You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing middlewares and context processor
prior to this change only `MIDDLEWARE_CLASSES` was defined, and the
tuple was overridden, effectively excluding `SessionMiddleware`
and `AuthenticationMiddleware`. In addittion, Django's built-in `messages`
context processor is required for enalbing admin in our test project.
0 commit comments