Skip to content

v-pelaez/ToDoList-Django_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList-Django_Python

A task management web application built with Python and Django.

Features

  • 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.

Tech Stack

  • Backend: Python & Django.
  • Database: SQLite (default).
  • Frontend: Django Templates with CSS.

Getting Started

  1. Clone the repository:
    git clone https://github.com/v-pelaez/ToDoList-Django_Python.git
    cd ToDoList-Django_Python
  2. Install Django: Make sure you have Django installed in your enviroment:
    pip install django
  3. Run Migrations:
    python manage.py migrate
  4. Start the Server:
    python manage.py runserver
  5. View the app: Navigate to http://127.0.0.1:8000 in your browser

About

To Do List - Academic Activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors