From 363aae853510e91681d2d852b4a1dc8653cda4b3 Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Thu, 8 Oct 2020 11:38:35 -0700 Subject: [PATCH] test deploy --- django_contacts/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_contacts/settings.py b/django_contacts/settings.py index 83f7949..14d30c2 100644 --- a/django_contacts/settings.py +++ b/django_contacts/settings.py @@ -32,7 +32,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', 'shielded-eyrie-36463.herokuapp.com'] # Application definition