diff --git a/capstone/settings.py b/capstone/settings.py index 2a6e404e..7841f4ea 100644 --- a/capstone/settings.py +++ b/capstone/settings.py @@ -26,10 +26,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [ - '127.0.0.1', - 'flight-web-app.herokuapp.com', -] +ALLOWED_HOSTS = ['13.61.196.49','*'] # Application definition @@ -127,4 +124,4 @@ STATIC_ROOT = os.path.join(BASE_DIR,'staticfiles') -AUTH_USER_MODEL = 'flight.User' \ No newline at end of file +AUTH_USER_MODEL = 'flight.User'