diff --git a/django_rest_api/settings.py b/django_rest_api/settings.py index 4e8c6bc..bab273d 100644 --- a/django_rest_api/settings.py +++ b/django_rest_api/settings.py @@ -30,7 +30,7 @@ SECRET_KEY = os.environ['SECRET_KEY'] # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost'] +ALLOWED_HOSTS = ['localhost', 'afternoon-escarpment-71350.herokuapp.com'] # Application definition