Login-System-Django

Login System Using Django

Tech Used

  • Django
  • Python
  • Html

Run Locally

Clone project

git clone https://link-to-project

Get project forlder

cd djangoblogs

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: [email protected]

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

GitHub

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