From c384df96808d7783e1d1312a68f6c265bf1a4c75 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Aug 2019 13:44:08 +0200 Subject: Installation: complete instruction - fix conf files and settings --- pergamon/settings/local.py.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pergamon') 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) -- cgit v1.2.3