A simple web application built with Django for managing tasks (Todo) and notes.
- User account management (Sign up, Login, Logout)
- Create, edit, and delete tasks
- Create, edit, and delete notes
- Link between tasks and notes (if needed)
- Simple user interface with HTML + CSS templates
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/parhamkmp/TodoList-Notes-by-django.git cd TodoList-Notes-by-django
To run tests faster, you can run the following command in your CMD or terminal. Note that the number 4 is the number of CPU cores you selected for processing :
py manage.py test --parallel 4