From: Guillaume Pellerin Date: Mon, 18 Jun 2018 16:41:51 +0000 (+0200) Subject: no DEBUG X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=55bc9cc67c3cbab6c2f3047d34c4feaa95aa3945;p=telemeta.git no DEBUG --- 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