simonw / djp

A plugin system for Django
https://djp.readthedocs.io
Apache License 2.0
25 stars 0 forks source link

Ensure INSTALLED_APPS and MIDDLEWARE as tuples still work #9

Closed simonw closed 2 days ago

simonw commented 2 days ago

Currently if MIDDLEWARE is a tuple and not a list Django crashes on startup.

simonw commented 2 days ago

This should work already: https://github.com/simonw/djp/blob/099378e10d024fddf859d37d4149774d19c12110/djp/__init__.py#L48-L49

This is breaking:

https://github.com/simonw/djp/blob/099378e10d024fddf859d37d4149774d19c12110/djp/__init__.py#L66