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

django-allauth integration for G+ authentication #4

Open
baenans opened this issue Apr 21, 2015 · 3 comments
Open

django-allauth integration for G+ authentication #4

baenans opened this issue Apr 21, 2015 · 3 comments
Assignees
Labels

Comments

@baenans
Copy link
Member

baenans commented Apr 21, 2015

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…).

@baenans
Copy link
Member Author

baenans commented Apr 24, 2015

I did an important update in master (68db5d5) and this could cause merge conflicts with this repo, so I merged from master.

@baenans
Copy link
Member Author

baenans commented Apr 24, 2015

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/.

@baenans baenans mentioned this issue Apr 24, 2015
@angajime
Copy link
Collaborator

The first time you try to test this branch you will encounter this error:

no such table: django_site

To fix this just run

python manage.py migrate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants