A task management web application built with Python and Django.
- Task Management: Create, edit, and delete tasks.
- Status Tracking: Mark tasks as completed or pending.
- User Authentication: Login and Registration system included.
- Search: Filter tasks using a search bar.
- Backend: Python & Django.
- Database: SQLite (default).
- Frontend: Django Templates with CSS.
- Clone the repository:
git clone https://github.com/v-pelaez/ToDoList-Django_Python.git cd ToDoList-Django_Python - Install Django: Make sure you have Django installed in your enviroment:
pip install django
- Run Migrations:
python manage.py migrate
- Start the Server:
python manage.py runserver
- View the app: Navigate to
http://127.0.0.1:8000in your browser