From cc018d1ee4a7e4276fd6845057e2f73bc4525677 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Mon, 21 Sep 2020 19:17:56 -0400 Subject: [PATCH] added new domain --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index a180de4..2b2cab7 100755 --- a/config/settings.py +++ b/config/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = secrets.SECRET_KEY # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ['hilo.link'] +ALLOWED_HOSTS = ['hilo.link','hi-loproject.com'] # Application definition