From 394a274e314e4b14c2375ec004f052c49f391fc5 Mon Sep 17 00:00:00 2001 From: DevRaj <62476529+devrajash@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:13:41 +0530 Subject: [PATCH] Update settings.py --- task_03/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/task_03/settings.py b/task_03/settings.py index edc8c160..890ec678 100644 --- a/task_03/settings.py +++ b/task_03/settings.py @@ -23,9 +23,9 @@ SECRET_KEY = 'tnvhv(22@t1#1!f9$&6gl#0-&9(symuxb$=x_2h6zkg*tdi4iy' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition