videoflix/backend/video_app
2025-05-11 09:27:05 +02:00
..
migrations refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
__init__.py refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
admin.py feat: create database entry for new video only after successful upload 2025-05-10 13:34:13 +02:00
apps.py refactor: reorganize folder structure for improved maintainability and readability 2025-04-19 18:15:57 +02:00
class_assets.py refactor: improve code readability and maintainability across components 2025-05-02 17:20:17 +02:00
models.py feat: ensure video entry is only visible after thumbnail creation and processing ("is_available") 2025-05-10 13:40:48 +02:00
serializer.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00
services.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00
signals.py feat: ensure video entry is only visible after thumbnail creation and processing ("is_available") 2025-05-10 13:40:48 +02:00
tasks.py feat: ensure video entry is only visible after thumbnail creation and processing ("is_available") 2025-05-10 13:40:48 +02:00
tests.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00
views.py test: add more tests for video_app and move file validation to serializer 2025-05-11 09:27:05 +02:00