You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mortezaei
04b1f7ec02
feat(podcast, video): add audio and video file URL retrieval in serializers
- Introduced `audio_file` and `video_file` SerializerMethodFields in PodcastListSerializer and VideoListSerializer, respectively.
- Implemented methods to return the full URL for audio and video files if they exist, enhancing the API response with direct access to media files.
- Updated fields in both serializers to include the new file attributes, improving the data structure for clients consuming the API.
6 months ago
..
management/ commands
feat(podcast, video): implement category creation and playlist association for podcasts and videos
6 months ago
migrations
feat(podcast, video): refactor podcast and video systems to enhance playlist functionality
6 months ago
README_COLLECTIONS.md
feat(collections): enhance article and podcast admin interfaces with display position
6 months ago
__init__.py
redesign panel admin
1 year ago
admin.py
feat(podcast, video): refactor podcast and video systems to enhance playlist functionality
6 months ago
apps.py
redesign panel admin
1 year ago
models.py
feat(podcast, video): refactor podcast and video systems to enhance playlist functionality
6 months ago
serializers.py
feat(podcast, video): add audio and video file URL retrieval in serializers
6 months ago
tests.py
redesign panel admin
1 year ago
urls.py
refactor(podcast, video): update URL patterns to use re_path for slug-based detail views
6 months ago
views.py
feat: article, videos. library, podcasts
1 year ago