Skip to content

A simple UserManagement project developed using Django framework.

Notifications You must be signed in to change notification settings

Shankar-1212/DjangoAuthentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoAuthentication

This is a simple project developed using Django framework.

Setup

Below are the steps to follow to setup this project locally on your machine

  • Clone the project locally on your machine using git clone command
git clone https://github.com/Shankar-1212/DjangoAuthentication.git
  • Create and activate a new virtual enviroment. Virtual Environment

  • In your terminal execute the following commands to makemigrations and migrate to database

python manage.py makemigrations
python manage.py migrate
  • Now run it in localhost
python manage.py runserver

Screenshots

image image image image

About

A simple UserManagement project developed using Django framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published