X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/08dbd720394d897a295fd610d30990b9fad26a04..87e592dc4c9e0321635350da8c9f1624554a604f:/settings_local.py.dist diff --git a/settings_local.py.dist b/settings_local.py.dist index ac14d84..aab362a 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -24,7 +24,7 @@ logging.basicConfig( ADMINS = (('Forum Admin', 'forum@example.com'),) MANAGERS = ADMINS -DEBUG = True +DEBUG = False DEBUG_TOOLBAR_CONFIG = { 'INTERCEPT_REDIRECTS': True }