From 8f434d0ce424366d02fbb3fd4323a43f6363f282 Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Mon, 19 Oct 2020 13:51:44 -0700 Subject: [PATCH] fix permissions --- django_rest_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_rest_api/settings.py b/django_rest_api/settings.py index bab273d..4e8c6bc 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', 'afternoon-escarpment-71350.herokuapp.com'] +ALLOWED_HOSTS = ['localhost'] # Application definition