join-api/task_app
2025-04-07 08:31:14 +02:00
..
migrations first commit 2025-03-18 19:19:41 +01:00
tests fix: resolve errors in SerializerTests 2025-04-07 08:31:14 +02:00
__init__.py first commit 2025-03-18 19:19:41 +01:00
admin.py feat: integrate and migrate PostgreSQL in Django Rest; extract functions in task_app to services.py, enable adding/removing assignees and subtasks 2025-04-06 19:58:50 +02:00
apps.py feat: optimized models, views and caching, added Signals for task_app 2025-03-29 18:55:46 +01:00
caching.py feat: optimized models, views and caching, added Signals for task_app 2025-03-29 18:55:46 +01:00
choices.py feat: optimize Redis cache and implement various improvements for Task and User apps 2025-03-23 10:43:26 +01:00
models.py feat: integrate and migrate PostgreSQL in Django Rest; extract functions in task_app to services.py, enable adding/removing assignees and subtasks 2025-04-06 19:58:50 +02:00
serializers.py fix: resolve errors in SerializerTests 2025-04-07 08:31:14 +02:00
services.py test: move tests to folder, rename to cache_tests, create models_tests with initial tests 2025-04-06 20:51:33 +02:00
signals.py feat: optimized models, views and caching, added Signals for task_app 2025-03-29 18:55:46 +01:00
views.py test: move tests to folder, rename to cache_tests, create models_tests with initial tests 2025-04-06 20:51:33 +02:00