blob: f59536998138a4392447bc5d206248fe8547f32f (
plain)
1
2
3
4
5
6
7
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)
|