https://github.com/ptyadana/django3-todo-app
Full Fledged todo app with django 3, python, sqlite
https://github.com/ptyadana/django3-todo-app
django django-application django-project django3 python python3 sqlite todo-list todoapp todolist
Last synced: 2 months ago
JSON representation
Full Fledged todo app with django 3, python, sqlite
- Host: GitHub
- URL: https://github.com/ptyadana/django3-todo-app
- Owner: ptyadana
- License: mit
- Created: 2020-03-16T08:57:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T03:52:58.000Z (about 6 years ago)
- Last Synced: 2025-10-31T06:40:07.479Z (8 months ago)
- Topics: django, django-application, django-project, django3, python, python3, sqlite, todo-list, todoapp, todolist
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: License.md
Awesome Lists containing this project
README
# To Do app
To Do app project using
+ Python
+ Django 3 framework
+ SQLite
----------------
### Features
Manage your to-list with simple To Do app with
+ view your current to-do list
+ create a new to-do item
+ update your existing item (such as marking as important, update memo)
+ mark your to-do item as Complete
+ delete to-do item if you don't need it anymore