📝 Django To-Do List Application A simple and secure To-Do list web application built with Django. Users can sign up, log in, and manage their personal tasks with priorities, due dates, and completion tracking.
User Registration & Login (with Django's auth system) Create, Read, Update, and Delete (CRUD) tasks Task priority levels (Low, Medium, High) Due dates and completion status Secure access: each user sees only their own tasks Logout functionality
Python 3.7+
pip
virtualenv (recommended)
Users must sign up and log in to view or manage their to-dos.
Each user sees only their own tasks.
Use the logout link to securely end your session.