tisanyada / django_todoapp

simple django todoapp with authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_todoapp

simple django todoapp with authentication

How to initialize the application

  • Clone the repository onto your pc.
  • Change directory cd into the project path
  • Create a python virtual environment in the project directory.
  • Install all dependencies used in the application with pip install -r requirements.txt
  • To start the application use python manage.py runserver

About

simple django todoapp with authentication

License:MIT License


Languages

Language:Python 59.5%Language:HTML 40.5%