dockerizing-django
dockerizing-django copied to clipboard
SessionAuthentiationMiddleware error
Hi,
When I try to start docker up, gunicorn conainer always fails. Upon looking at the logs, I foudn that it has this :
ImportError: Module "django.contrib.auth.middleware" does not define a "SessionAuthenticationMiddleware" attribute/class
I am using Django 2.2
yes same issue with me

when I commented that middleware from the configurations file then it did ran gave any issue