[Answered ]-Django Error – No module named context_processors

2πŸ‘

βœ…

As you mention in the comments, it was the allauth context processors that were causing the issues, I looked them up and they’re no longer needed

From allauth changelog

Template context processors are no longer used. The context processor for allauth.account was already empty, and the context processor for allauth.socialaccount has been converted into the {% get_providers %} template tag.

πŸ‘€Sayse

Leave a comment