added localhost to allowed hosts

master
Alexander Wong 7 years ago
parent bcdd73f611
commit 8a1f067e44
  1. 2
      caremyway/settings.py

@ -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…
Cancel
Save