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
The django.contrib.sessions app is only required if the database is to be used as the session backend. To enable sessions, only the middleware is required.
Also, I'm not sure that sessions are technically required for authentication to work, although it wouldn't be useful in most situations.
django.contrib.messages also incorrectly adds django.contrib.sessions to INSTALLED_APPS