From fd809128c22c9af9e6e6546286a082b127017e62 Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Mon, 14 Sep 2020 02:48:13 -0400 Subject: [PATCH] turned off debug this is prod --- config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.py b/config/settings.py index 54d5273..a180de4 100755 --- a/config/settings.py +++ b/config/settings.py @@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = secrets.SECRET_KEY # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['hilo.link']