/Django-Todo-List

Small todo list web app

Primary LanguagePython

Django-Todo-List

Django-Todolist is a todolist web application with the most basic features of most web apps.


Try it out by installing the requirements. (Works only with python >= 3.8, due to Django 4)

  • $ pip install django
  • $ pip install virtualenv
  • $ pip freeze > requirements.txt

Run the Project

Open Console in Main Project Directory.