|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
|