martin-ngigi / drf-social-authentiaction

Google, Facebook, Twitter Authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALLATIONS

pip install django
pip install djangorestframework
pip install djangorestframework-simplejwt
pip install google-api-python-client
pip install facebook-sdk
pip install python-twitter
source .venv/bin/activate
cd project
python3 manage.py runserver
  • Run migration
source .venv/bin/activate
cd project
python3 manage.py makemigrations
python3 manage.py migrate

About

Google, Facebook, Twitter Authentication.


Languages

Language:Python 100.0%