summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-17 12:55:07 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-17 12:55:07 +0100
commit5e47cbfcbeb090762547042d809016074bf1c679 (patch)
tree5e80fbe23775e8bfe2986f9201c6e32005c2f7ec /example_project/local_settings.py.sample
parenta37e0f6e2e116b63fbf2a4e6fd7f94b848f35040 (diff)
downloadIshtar-5e47cbfcbeb090762547042d809016074bf1c679.tar.bz2
Ishtar-5e47cbfcbeb090762547042d809016074bf1c679.zip
Fix cache for multiple instance of ishtar - Database changes for managing modules via profile
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r--example_project/local_settings.py.sample10
1 files changed, 1 insertions, 9 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index dae6f98b5..942a35df5 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -34,6 +34,7 @@ DEBUG_TOOLBAR = False
TEMPLATE_DEBUG = DEBUG
SQL_DEBUG = False
+# important to change on a server hosting multiple ishtar instances
PROJECT_SLUG = "my-project"
# complete with host/domain names that this website can serve
@@ -51,12 +52,3 @@ SRID = 27572
ENCODING = '' # specific encoding for CSV export - default to utf-8
SURFACE_UNIT = 'square-metre'
SURFACE_UNIT_LABEL = u'm²'
-
-# choose the extensions to install
-# you can remove lines according to the comments but don't change the order
-EXTRA_APPS = [
- 'archaeological_files',
- 'archaeological_context_records',
- 'archaeological_warehouse', # need archaeological_finds
- 'archaeological_finds', # need archaeological_context_records
-]