I think this is an issue at the django-develeoper-panel end though so if I get time I'll do some testing and open an issue or pull request there. The problem is this line in the middleware, our response has no context_data attribute so this line throws an exception. It's easy enough to make that return if the attribute is missing, but there may be more to it than that.
Might be worth adding to known issues in the readme for now though.
I think this is an issue at the django-develeoper-panel end though so if I get time I'll do some testing and open an issue or pull request there. The problem is this line in the middleware, our response has no
context_data
attribute so this line throws an exception. It's easy enough to make that return if the attribute is missing, but there may be more to it than that.Might be worth adding to known issues in the readme for now though.