This is the ToDo project, which can help you organaise daily tasks
Inside tasks directory we the urls.py file with needed paths like
- /update/,
- /delete/,
- home/
For this project I use Django version 4.2 and Python version 3.10
This project lets users write some tasks, delete and update them. Here are screenshots below:
- ToDo list page:
- Editting page with possibility to mark task:
- Deleting page:
- Home page after data manipulation(In marked task text is crossed out):