Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 477 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 477 Bytes

django-allauth-sample

Here's an article with more details.

https://www.webcyou.com/?p=10212

Quick start

$ pipenv install django==2.2.10 django-allauth
$ pipenv shell
(django-allauth-sample) $ python manage.py createsuperuser
(django-allauth-sample) $ python manage.py runserver 0.0.0.0:8000

Setting

Go to http://localhost:8000/admin/.

Log in with superuser.

Enter the "Client id" and "Secret key" of the providers to be linked to the social.