remove unecessary url

master
Jerrica Bobadilla 5 years ago
parent d2d17f56a4
commit 15d9e8cf36

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