Skip to content

Super awesome web todo list application build with Django, Django Rest Framework

License

Notifications You must be signed in to change notification settings

router8008/whatodo

Repository files navigation

Whatodo: Django Todo List

Whatodo is a super awesome web todo list application build with Django, Django Rest Framework.

Structure

├── README.md  Project discription
├── .env.example Dot-env example
├── frontend  Site Frontend
├── manage.py  Django Manage
├── requirements.pip  Python dependency
├── items  todo items API module
│   ├── views.py  API view
│   ├── serializers.py API arguments check
|   └── ... Other files
├── account  User account management app
│   ├── authentication.py  Session authentication module
│   ├── validators.py  API arguments check
|   └── ... Other files
└── whatodo  Project configuration
    ├── settings.py  Common configuration
    ├── urls.py  Root URL router
    └── wsgi.py  WSGI support

Features

Different accounts supported

Todos management

create, edit amazing todos with different urgency.

sort them or use the filter to find what you want.

check or delete them as you like.

Have a look at how many things you have ever completed.

About

Super awesome web todo list application build with Django, Django Rest Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published