added localhost to allowed hosts

This commit is contained in:
Alexander Wong 2017-08-29 15:27:18 -06:00
parent bcdd73f611
commit 8a1f067e44

View File

@ -25,7 +25,7 @@ SECRET_KEY = 'tzg6bzb@4f(p1l)s5o$g(d9$!*z2rqj^wn#fn-ej@v9cqe$47t'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['dev.tannercollin.com']
ALLOWED_HOSTS = ['dev.tannercollin.com', 'localhost']
# Application definition