add heroku to whitelist

master
Jerrica Bobadilla 5 years ago
parent 67a10ab973
commit 99e5a024b8

@ -30,7 +30,7 @@ SECRET_KEY = os.environ['SECRET_KEY']
# 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 = ['localhost'] ALLOWED_HOSTS = ['localhost', 'afternoon-escarpment-71350.herokuapp.com']
# Application definition # Application definition

Loading…
Cancel
Save