]> git.parisson.com Git - telemeta.git/commitdiff
no DEBUG
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 18 Jun 2018 16:41:51 +0000 (18:41 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 18 Jun 2018 16:41:51 +0000 (18:41 +0200)
app/settings.py

index 10b50a2b626a0f9d90a39ff877cf4450e00572ae..0b854a920d3abf6b8ed1600ef8b77fe8a13a5c5a 100644 (file)
@@ -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