Skip to content

ShobiExplains/SimpleDjangoAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Django Authentication app by leveraging djangos' builtin auth

Full Step by step tutorial on https://youtu.be/9GYb6bdqids

Installation

Clone Repository

git clone https://github.com/ShobiExplains/SimpleDjangoAuthentication.git

Install Django using pip

pip install django

Goto the Project Directory and migrate the database

cd SimpleDjangoAuthentication
python manage.py migrate

Visit http://localhost:8000/login

About

A Simple Authentication system in Django 2 by leveraging django's built in auth feature

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published