Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing allauth middleware to demo settings.py #576

Closed
wants to merge 1 commit into from

Conversation

suspiciousRaccoon
Copy link

When I tried running python manage.py migrate --settings=demo.settings --noinput I got the following exception:

django.core.exceptions.ImproperlyConfigured: allauth.account.middleware.AccountMiddleware must be added to settings.MIDDLEWARE

Adding allauth.account.middleware.AccountMiddleware to settings.py fixes this and the migrations apply correctly.

@iMerica
Copy link
Owner

iMerica commented Mar 24, 2024

Fixed in #585

@iMerica iMerica closed this Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants