X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/87e592dc4c9e0321635350da8c9f1624554a604f..42fc66b154f719a3e55a8dff942bf0c381af896f:/settings.py?ds=sidebyside diff --git a/settings.py b/settings.py index a7c5893..7b9e1f0 100644 --- a/settings.py +++ b/settings.py @@ -71,7 +71,7 @@ INSTALLED_APPS = [ 'forum', ] -if DEBUG: +if DEBUG and False: try: import debug_toolbar MIDDLEWARE_CLASSES.append('debug_toolbar.middleware.DebugToolbarMiddleware')