diff options
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 8136fb81f..18a715577 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -28,6 +28,7 @@ STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" +EXTRA_VERSION = '' # prefix for archaeological files code FILE_PREFIX = "SRA" |