From 8fb91ef16cb407cc7074bae51a951765d99eda25 Mon Sep 17 00:00:00 2001 From: MADE WIRA DHANAR SANTIKA <made.wira61@ui.ac.id> Date: Wed, 18 Sep 2019 20:33:36 +0700 Subject: [PATCH] [CHORES] Tidyng up CI/CD --- homepage/homepage/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/homepage/settings.py b/homepage/homepage/settings.py index ed96f06..561cec1 100644 --- a/homepage/homepage/settings.py +++ b/homepage/homepage/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'gp0w)evrr)_4+uhva13@ne%75vhyd$-$7ir)iru=(#$0*r6!ic' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ["*"] # Application definition -- GitLab