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

fix: broken demo - add allauth to middleware #585

Closed
wants to merge 1 commit into from

Conversation

RaoulGeorge
Copy link

@RaoulGeorge RaoulGeorge commented Jan 24, 2024

when the demo is run using python manage.py migrate --settings=demo.settings --noinput , the following exception is thrown:

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

This PR adds allauth.account.middleware.AccountMiddleware to settings.py

@RaoulGeorge RaoulGeorge changed the title fix: add allauth to middleware fix: broken demo - add allauth to middleware Jan 24, 2024
when the demo is run using
`python manage.py migrate --settings=demo.settings --noinput`
a `django.core.exceptions.ImproperlyConfigured` exception is thrown
@iMerica
Copy link
Owner

iMerica commented Mar 24, 2024

Fixed in #588

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.

None yet

2 participants