git clone https://github.com/your-username/django-learning-hub.git cd django-learning-hub 2. **Create a virtual environment** ```bash python -m venv env source env ...
This is a simple ToDo List web application built with Django. It allows users to add, view, update and delete tasks using Django's built-in features like models, views, templates and urls.