To-Do List (Django Web App)
Part of the 'initial-django-projects' collection, this is a simple to-do list web application using the Django framework. It allows users to add new tasks to a list, view their existing tasks, and delete tasks. It uses Django's ORM to interact with an SQLite database for persistent storage of to-do items.
Check Out Repository
Live Demo