Disable debug by default
authorDave Page <dpage@pgadmin.org>
Wed, 5 Apr 2017 08:03:32 +0000 (09:03 +0100)
committerDave Page <dpage@pgadmin.org>
Wed, 5 Apr 2017 08:03:32 +0000 (09:03 +0100)
pgcac/pgcac/settings.py

index 4e4e68e06d7dc2780e87376cd4999b74e7a35172..db397246fb25a203bda56bc7dbe46dee8e70aba1 100644 (file)
@@ -1,6 +1,6 @@
 # Django settings for pgcac project.
 
-DEBUG = True
+DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (