aboutsummaryrefslogtreecommitdiff
path: root/app/config.yml
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-10-31 17:17:37 -0400
committerMitch Riedstra <Mitch@riedstra.us>2017-10-31 17:17:37 -0400
commit4b191cb3d2c0502088e396a71147e0423e6ecb90 (patch)
tree9cc3c2725a6cb503167967a1b067a843062ff312 /app/config.yml
parent11e4b14a65133960cefafca52d8aaf6d7b2f4950 (diff)
downloaddispatch-tracker-4b191cb3d2c0502088e396a71147e0423e6ecb90.tar.gz
dispatch-tracker-4b191cb3d2c0502088e396a71147e0423e6ecb90.tar.xz
Add localhost and 127.0.0.1 to allowed hosts and give supserusers access to Django Admin via Nav
Diffstat (limited to 'app/config.yml')
-rw-r--r--app/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/config.yml b/app/config.yml
index 80a9d6e..66ac993 100644
--- a/app/config.yml
+++ b/app/config.yml
@@ -21,6 +21,7 @@ db_default:
# NAME: /home/mitch/scm/dispatch-tracker/app/db.sqlite3
allowed_hosts:
- - example.com
+ - localhost
+ - 127.0.0.1
static_root: '/full/path/to/static/root'