From 55bc9cc67c3cbab6c2f3047d34c4feaa95aa3945 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 18 Jun 2018 18:41:51 +0200 Subject: [PATCH] no DEBUG --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 10b50a2b..0b854a92 100644 --- a/app/settings.py +++ b/app/settings.py @@ -12,7 +12,7 @@ env = environ.Env(DEBUG=(bool, False), # Django settings for server project. DEBUG = env('DEBUG') # False if not in os.environ -DEBUG=True +#DEBUG=True TEMPLATE_DEBUG = DEBUG sys.dont_write_bytecode = True -- 2.39.5