You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
[global]
|
|
secret_file = secret.txt
|
|
debug = false
|
|
;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
|
|
|
|
[allowed_hosts]
|
|
allowed_host1 = example.com
|
|
|
|
[database]
|
|
engine = django.db.backends.sqlite3
|
|
name = db.sqlite3
|