Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 314 Bytes

todo_app

A cool todo WebApp to manage your everyday tasks and it's built with Django

Demo:

Install all packages used here:

pip install -r requirements.txt

Start the django app:

python manage.py runserver