diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-23 19:26:47 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-23 19:26:47 +0300 |
commit | a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d (patch) | |
tree | 14a527766073e0dc3233b4a49c5ca6b64648b5d1 /settings.py | |
parent | 7288bd9da31349612f4336026512a440fd499847 (diff) | |
download | troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.tar.gz troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.tar.bz2 troggle-a1e538e93a03a9b46dc664e0d1ca8504f41ffd0d.zip |
making it work with 1626 no schonberg
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/settings.py b/settings.py index bcb972e..051543b 100644 --- a/settings.py +++ b/settings.py @@ -67,7 +67,7 @@ USE_L10N = True FIX_PERMISSIONS = [] # top-level survex file basename (without .svx) -SURVEX_TOPNAME = "1623" +SURVEX_TOPNAME = "1623-and-1626-no-schoenberg-hs" MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200 DEFAULT_LOGBOOK_PARSER = "Parseloghtmltxt" @@ -108,10 +108,11 @@ LOGBOOK_PARSER_SETTINGS = { } # Caves for which survex files exist, but are not otherwise registered -PENDING = ["2007-06", "2009-02", - "2012-ns-01", "2012-ns-02", "2010-04", "2012-ns-05", "2012-ns-06", - "2012-ns-07", "2012-ns-08", "2012-ns-12", "2012-ns-14", "2012-ns-15", "2014-bl888", - "2018-pf-01", "2018-pf-02"] +# replaced (?) by expoweb/cave_data/pendingcaves.txt +# PENDING = ["1626-361", "2007-06", "2009-02", + # "2012-ns-01", "2012-ns-02", "2010-04", "2012-ns-05", "2012-ns-06", + # "2012-ns-07", "2012-ns-08", "2012-ns-12", "2012-ns-14", "2012-ns-15", "2014-bl888", + # "2018-pf-01", "2018-pf-02"] APPEND_SLASH = False # never relevant because we have urls that match unknown files and produce an 'edit this page' response SMART_APPEND_SLASH = True #not eorking as middleware different after Dj2.0 |