-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
It would appear that django will create the middleware class instances before loading the apps under the wsgi handler.
debug_panel should either document that you need to have import debug_panel
in your settings or make a middleware subclass instead of the monkey-patching
This happens for me under django 1.4.