djangoBase/djangobase/default_environment.env

13 lines
406 B
Bash

ALLOWED_HOSTS=localhost, #Comma seperated list of hostnames
DEBUG=1 #0 for false
##### It's very important that you change this #####
# You can generate a new secret key with
# python -c "import secrets; print(secrets.token_urlsafe())"
SECRET_KEY=Changeme #Used to sign session cookies, a bad secret key could allow for impersonating users.
LANGUAGE_CODE=en-us
DATABASE_URL=sqlite://db.sqlite