TurTaskWeb/backend/tasks
2023-11-21 11:27:01 +07:00
..
migrations Add completion date / update with completed field 2023-11-20 22:29:04 +07:00
misc Remove Reminders from model 2023-11-03 12:49:46 +07:00
tasks Add create adn update task 2023-11-21 07:07:25 +07:00
tests comment the old test 2023-11-21 11:27:01 +07:00
__init__.py Add Tasks app and model 2023-10-30 15:53:43 +07:00
admin.py Add completion date / update with completed field 2023-11-20 22:29:04 +07:00
api.py Remove unuse import 2023-11-20 17:04:05 +07:00
apps.py Use Signal to calculate Priority 2023-11-06 22:18:20 +07:00
models.py Add completion date / update with completed field 2023-11-20 22:29:04 +07:00
serializers.py Remove unuse import 2023-11-20 17:04:05 +07:00
signals.py Add signal docstring 2023-11-21 03:11:19 +07:00
urls.py Add Habit Tasks 2023-11-14 01:15:56 +07:00
utils.py Add RRule parser from 2 tasks and save Recurrence Tasks 2023-11-14 22:28:46 +07:00