added localhost to allowed hosts
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user