DEBUG should be disabled by default
authorMagnus Hagander <magnus@hagander.net>
Thu, 18 Apr 2013 18:30:59 +0000 (20:30 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 18 Apr 2013 18:31:53 +0000 (20:31 +0200)
Can be turned on in the local settings if necessary.

Reported by Heikki.

gitadmin/settings.py

index 3983c25b761bde7b974841a17ae23bdc9f6865a0..8d0f58affbad810a3dca1743fb2a00e8d8c090b6 100644 (file)
@@ -1,6 +1,6 @@
 # Django settings for gitadmin project.
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (