A simple Todo application built with Django. This application allows users to create, update, delete, and manage their tasks efficiently.
- Python
- Django
- python manage.py makemigrations
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py runserver
Visit http://127.0.0.1:8000/ to see your To-Do list.