You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MWW'll use Django allauth for user account related tasks (sign up, sign in, password change, login by google, etc.)
Allauth package has multiple pages needing FEDs review and styling.
I guess it will be a matter of making it look decent enough with the existing styles. Since it will mostly be forms, it could very much be based of the same style as the submit page.
MWW'll use Django allauth for user account related tasks (sign up, sign in, password change, login by google, etc.)
Allauth package has multiple pages needing FEDs review and styling.
Related django templates are in
core/templates/account/*
folder.Work done in branch feature/django-allauth-integration
Run
pip install -r requirements/dev.txt
and./manage.py migrate
before you start working on the branch.The text was updated successfully, but these errors were encountered: