Skip to content

A demonstration of django's authentication system (django.contrib.auth)

Notifications You must be signed in to change notification settings

agpranjal/Auth-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication-System

A demonstration of django's authentication system (django.contrib.auth)

Requirements:

  • python3
  • django
  • django-crispy-forms

Installation:

Install django

  • pip3 install django

Install django-crispy-forms

  • pip3 install django-crispy-forms

How to run ?

Open terminal and type the following:

cd Authentication-System && python3 manage.py runserver

Open browser and go to 127.0.0.1:8000

About

A demonstration of django's authentication system (django.contrib.auth)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published