]> git.openstreetmap.org Git - osqa.git/blobdiff - settings_local.py.dist
Fix on error with decoding settings from database. Ans dome other stuff.
[osqa.git] / settings_local.py.dist
index ac14d8450f79e91fbae80ef7c2027b23658cea23..aab362a696d4513022fb40a9eb9d5dcdab1265b8 100644 (file)
@@ -24,7 +24,7 @@ logging.basicConfig(
 ADMINS = (('Forum Admin', 'forum@example.com'),)
 MANAGERS = ADMINS
 
-DEBUG = True
+DEBUG = False
 DEBUG_TOOLBAR_CONFIG = {
     'INTERCEPT_REDIRECTS': True
 }