Skip to content

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. Build a simple website that allows for doing that, and i do it using Django.

Notifications You must be signed in to change notification settings

dev-mamun/django-todo

Repository files navigation

Django To Do list with user authentication

N|Solid

To Do list app contain below feature

  • User Registration
  • User Login
  • Search
  • Task List
  • Create Task
  • Edit Task
  • Delete

Installation

Django To-Do List requires

Install the dependencies and devDependencies and start the server.

$ git clone git@github.com:dev-mamun/django-todo.git
$ cd django-todo
$ python3 -m venv venv
$ source venv/bin/activate  
(venv) $ pip install -r requirements.txt
(venv) $ python manage.py runserver

About

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. Build a simple website that allows for doing that, and i do it using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published