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