A ready-made project for social logins with custom user model.
- Login with Facebook and Google+.
- Custom User model.
To use this project, follow these steps:
- Create your working environment.
- Install requirements (
pip install -r requirements.txt
) - Runserver (
python manage.py runserver
)
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate