summaryrefslogtreecommitdiff
path: root/pergamon
diff options
context:
space:
mode:
authorÉtienne Loks <etienne@peacefrogs.net>2019-08-27 13:44:08 +0200
committerÉtienne Loks <etienne@peacefrogs.net>2019-08-27 13:44:08 +0200
commitc384df96808d7783e1d1312a68f6c265bf1a4c75 (patch)
treeac6ad1a6b20ffffdcb75b6c961f6d230cf92b0f8 /pergamon
parent7f9d36892be1da433cd20ff17caa0487a7e6179b (diff)
downloadishtar-pergamon-c384df96808d7783e1d1312a68f6c265bf1a4c75.tar.bz2
ishtar-pergamon-c384df96808d7783e1d1312a68f6c265bf1a4c75.zip
Installation: complete instruction - fix conf files and settings
Diffstat (limited to 'pergamon')
-rw-r--r--pergamon/settings/local.py.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/pergamon/settings/local.py.sample b/pergamon/settings/local.py.sample
index 512145b..f595369 100644
--- a/pergamon/settings/local.py.sample
+++ b/pergamon/settings/local.py.sample
@@ -1 +1,8 @@
EXTRA_APP = "" # add your own extra app
+
+LANGUAGE_CODE = "fr-fr"
+
+SECRET_KEY = "" # put a random string
+BASE_URL = "" # put the website url (with http)
+
+ALLOWED_HOSTS = [] # put used domains (no http)