join-api/task_app
2025-03-21 18:22:02 +01:00
..
migrations first commit 2025-03-18 19:19:41 +01:00
__init__.py first commit 2025-03-18 19:19:41 +01:00
admin.py feat: add models, serializers, and viewsets for Task, SubTask, and AssignedTask 2025-03-18 19:56:05 +01:00
apps.py first commit 2025-03-18 19:19:41 +01:00
models.py feat: add CamelCase rendering for JSON responses 2025-03-21 18:22:02 +01:00
serializers.py feat: add CamelCase rendering for JSON responses 2025-03-21 18:22:02 +01:00
tests.py first commit 2025-03-18 19:19:41 +01:00
views.py feat: add models, serializers, and viewsets for Task, SubTask, and AssignedTask 2025-03-18 19:56:05 +01:00