2020-01-31 12:46:54 +00:00
|
|
|
|
|
|
|
config django 'global'
|
2020-10-17 19:08:03 +00:00
|
|
|
option static_url 'static/'
|
2020-01-31 12:46:54 +00:00
|
|
|
option debug 'false'
|
|
|
|
|
|
|
|
config django 'allowed_hosts'
|
|
|
|
list uci_allow_all_ips_of 'loopback'
|
|
|
|
list uci_allow_all_ips_of 'lan'
|
|
|
|
# list allowed_host "example.com"
|
|
|
|
|
|
|
|
config django 'database'
|
|
|
|
option engine 'django.db.backends.sqlite3'
|
|
|
|
option name 'db.sqlite3'
|