Coder Social home page Coder Social logo

sunilpie1997 / django-auth-starter Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 9 KB

A Django project with full fledged 'account' app which can be used as starter template

Python 50.06% CSS 8.19% HTML 41.75%
oauth2 google starter-template django python-social-auth

django-auth-starter's Introduction

### Django Auth Starter ###

Credits:https://simpleisbetterthancomplex.com/tutorial/2016/10/24/how-to-add-social-login-to-django.html

->  This is a django project with full featured accounts app that 
    can be used as template for your next django project.

->  You can add your own styles and customizations and use it as a starter template.

Instructions

->  install django and all the requirements listed in requirements.txt.

->  install postgresql if not installed.

->  create database of your choice and edit 'DATABASE'
    property in 'settings.py' file

->  create google OAuth credentials from developer console 
    https://console.developers.google.com/apis/credentials?project=enduring-plate-283318

    REDIRECT URI SHOULD BE: 'http://localhost:8000/oauth/complete/google-oauth2/

->  add Google key and secret created from above process in 'google_conf.py' file

->  execute:

    ->  python manage.py makemigrations
    ->  python manage.py migrate
    ->  python manage.py runserver

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.