From 4b191cb3d2c0502088e396a71147e0423e6ecb90 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 31 Oct 2017 17:17:37 -0400 Subject: Add localhost and 127.0.0.1 to allowed hosts and give supserusers access to Django Admin via Nav --- app/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/config.yml') 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' -- cgit v1.2.3