Skip to content

Simple TODO list with authentication app made with Django

Notifications You must be signed in to change notification settings

dbkreling/todowoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todowoo

Simple TODO list with authentication app made with Django

Notebook

  1. Project created with:

    $ django-admin startproject todowoo

  2. todo app created with:

    $ python3 manage.py startapp todo

...added it to application list in settings.py, and run the migration operations.

The roadmap used for the development of this website is based on the user standpoint:

1. Sign Up page;
2. Login and Logout page and functions;
3. Create a ToDo list
4. Implement features to add and delete tasks.

About

Simple TODO list with authentication app made with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published