fix permissions

master
Jerrica Bobadilla 5 years ago
parent 99e5a024b8
commit 8f434d0ce4

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

Loading…
Cancel
Save