ENH: Drop django-debug-toolbar, cleanup unused (#9)

This commit is contained in:
Matthew Ryan Dillon 2016-08-14 20:53:35 -07:00 committed by GitHub
parent 0745af67a6
commit 5c69e774f9
6 changed files with 1 additions and 49 deletions

View file

@ -1,10 +0,0 @@
from django.utils.deprecation import MiddlewareMixin
from django.conf import settings
if settings.DEBUG:
from debug_toolbar.middleware import DebugToolbarMiddleware
class PatchedDebugToolbarMiddleware(MiddlewareMixin,
DebugToolbarMiddleware):
pass