added localhost to allowed hosts
This commit is contained in:
parent
bcdd73f611
commit
8a1f067e44
|
@ -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!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
ALLOWED_HOSTS = ['dev.tannercollin.com']
|
ALLOWED_HOSTS = ['dev.tannercollin.com', 'localhost']
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in New Issue
Block a user