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.
|
[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
|
|
name = /data/db.sqlite3
|