Django project to manage a list of tasks you need to complete or things that you want to do
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
- Managing tasks and tags
- Admin panel for advanced managing