2019-05-01 10:40:48 +00:00
|
|
|
[global]
|
|
|
|
secret_file = secret.txt
|
|
|
|
debug = false
|
2019-11-05 09:30:50 +00:00
|
|
|
;Advanced options, only uncomment if you know what you're doing:
|
|
|
|
;static_root = /path/to/static
|
|
|
|
;static_url = /static/
|
|
|
|
;language_code = en-us
|
|
|
|
;time_zone = UTC
|
2019-05-01 10:40:48 +00:00
|
|
|
|
|
|
|
[allowed_hosts]
|
2019-08-04 15:11:47 +00:00
|
|
|
allowed_host1 = example.com
|
2019-05-01 10:40:48 +00:00
|
|
|
|
|
|
|
[database]
|
|
|
|
engine = django.db.backends.sqlite3
|
|
|
|
name = db.sqlite3
|