/py-todo-list

Django project to manage a list of tasks you need to complete or things that you want to do.

Primary LanguagePython

TODO list

Django project to manage a list of tasks you need to complete or things that you want to do

Installing / Getting started

Python3 must be already installed on your computer.

git clone https://github.com/lenasharabura/py-todo-list.git
cd todo_list
python -m venv venv
venv/scripts/activate
pip install -r requirements.txt
python manage.py runserver  # start Django project

Features

  • Managing tasks and tags
  • Admin panel for advanced managing