Skip to content

nandinichhajed/Login-System-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-System-Django

Login System Using Django

Tech Used

  • Django
  • Python
  • Html

Run Locally

Clone project

git clone https://github.com/nandinichhajed/Login-System-Django.git

Get project folder

cd Login-System-Django

Create virtual Environment

virtualenv venv

Activate virtual Environment

.\venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

Migrate

python manage.py migrate

Create super user

python manage.py createsuperuser

Run server

python manage.py runserver

( * Running on http://127.0.0.1:8000/)

Feedback

These samples may be updated from time to time so you might want to get updates using git pull. Also if there are bugs, you are welcome to submit a Pull Request on github.Either Reach out to me on LinkedIn

Author

Nandini Chhajed
Email: nandinichhajed08@gmail.com

========Thank You !!!=========

About

Login System Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published