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
allauth url's have been added, now you can visit 127.0.0.1:8000/accounts/login and will see a login screen. Allauth templates extend's base template, but presently their design doesn't match the page's design. The following step to finish this integration is editing templates within /templates/account/.
django-allauth needs to be integrated in order to allow G+ authentication. I've kept this task for me, but if anyone wants to do it, documentation for allauth installation is available here: http://django-allauth.readthedocs.org/en/latest/installation.html
DO NOT push any specific configuration or passwords (i.e.: API_SECRETs, etc…).
The text was updated successfully, but these errors were encountered: