Skip to content

whoisdinanath/to-do-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Django

Overview

to-do-django is a simple and efficient to-do list application built with Django. This application allows users to create, manage, and track their tasks with ease.

Features

  • User authentication
  • Create, read, update, and delete (CRUD) operations for tasks
  • Task categorization and prioritization
  • Responsive design for use on any device

Installation

  1. Clone the repository:
git clone https://github.com/whoisdinanath/to-do-django.git
cd to-do-django
  1. Create a virtual environment and activate it:
python -m venv env
source env/bin/activate  # On Windows use `env\Scripts\activate`
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the migrations to set up the database:
python manage.py migrate
  1. Start the development server:
python manage.py runserver

Usage

Register an account, log in, and start managing your tasks!

About

a simple to do app made using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published