diff options
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 |
commit | c384df96808d7783e1d1312a68f6c265bf1a4c75 (patch) | |
tree | ac6ad1a6b20ffffdcb75b6c961f6d230cf92b0f8 /pergamon | |
parent | 7f9d36892be1da433cd20ff17caa0487a7e6179b (diff) | |
download | ishtar-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.sample | 7 |
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) |