diff options
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) |