pyaf / allauthproject

A django based website with Facebook and Google+ login feature and custom User model.

Home Page:https://www.codementor.io/rishabh_ags/django-allauth-tutorial-social-logins-bqj8gk7cd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllauthProject

A ready-made project for social logins with custom user model.

Features

  • Login with Facebook and Google+.
  • Custom User model.

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Install requirements (pip install -r requirements.txt)
  3. Runserver (python manage.py runserver)

Deployment to Heroku

$ git init
$ git add -A
$ git commit -m "Initial commit"

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate

About

A django based website with Facebook and Google+ login feature and custom User model.

https://www.codementor.io/rishabh_ags/django-allauth-tutorial-social-logins-bqj8gk7cd


Languages

Language:HTML 57.2%Language:Python 42.8%