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.
13 lines
206 B
INI
13 lines
206 B
INI
4 years ago
|
[global]
|
||
|
secret_file = secret.txt
|
||
|
debug = true
|
||
|
static_root = /data/static
|
||
|
media_root = /data/media
|
||
|
|
||
|
[allowed_hosts]
|
||
|
allowed_host1 = *
|
||
|
|
||
|
[database]
|
||
|
engine = django.db.backends.sqlite3
|
||
2 years ago
|
name = /data/db.sqlite3
|