Go to file
Ngô Ngọc Đức Huy 75f7fb2e8e Implement deleting lists 2021-11-12 12:16:16 +07:00
todo_api Move API to /api/ 2021-11-12 12:16:16 +07:00
todo_app Implement deleting lists 2021-11-12 12:16:16 +07:00
todo_project Implement views for list of lists and items 2021-11-12 12:16:16 +07:00
.gitignore Add gitignore and boilerplates 2021-11-12 12:16:16 +07:00
COPYING Add license 2021-11-12 12:16:16 +07:00
README.md Implement CSV import 2021-11-12 12:16:16 +07:00
manage.py Add gitignore and boilerplates 2021-11-12 12:16:16 +07:00
test.csv Implement CSV import 2021-11-12 12:16:16 +07:00

README.md

Todo-list app

Yes, the infamous todo app.

Dependencies

  • Django
  • djangorestframework

Importing from CSV

You can import from CSV with first line indicating name and deadline date, and subsequent lines indicating todo item name and status. For example:

Today list,2021-11-11
First item,1
Second item,0
Third item,0

Copying

Copyright © 2021 Ngô Ngọc Đức Huy
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See COPYING or http://www.wtfpl.net/ for more
details.