join-api/task_app
2025-03-19 19:41:50 +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: change Task model ID field to a UUID without dashes for cleaner format 2025-03-19 19:41:50 +01:00
serializers.py chore: configure CORS and update Serializer 2025-03-19 19:09:36 +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