dockerizing-django icon indicating copy to clipboard operation
dockerizing-django copied to clipboard

SessionAuthentiationMiddleware error

Open pradeeps opened this issue 6 years ago • 1 comments

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

pradeeps avatar Apr 10 '19 21:04 pradeeps

yes same issue with me image

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

anuragrawat19 avatar May 10 '21 15:05 anuragrawat19