Skip to content

A ToDo List app with Django. The App has feature of user Authentication keep tasks for many users. It comes with a database to access your todos from any device

Notifications You must be signed in to change notification settings

vivekthedev/to-do-list-with-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List App with Django

An Advanced todo list app built with django, that comes with user authentication to keep tasks for different users.

Installation

  • Use the virtualenv module
>>> pip install virtualenv
  • Now create a virtual environment and then activate it
>>> py -m venv env
>>> env\Scripts\activate
  • Clone the project in the same directory and the install the requirements.txt
(env) >>> pip install -r requirements.txt 

Usage

To run the project type

(env) >>> python manage.py runserver

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A ToDo List app with Django. The App has feature of user Authentication keep tasks for many users. It comes with a database to access your todos from any device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published