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
9c7755d8b6
refactor(podcast, video): update URL patterns to use re_path for slug-based detail views
- Changed detail endpoints in podcast and video URL configurations to use re_path for improved regex matching of slugs.
- This change enhances flexibility in slug handling and maintains consistency across the application.rl
6 months ago
..
migrations
fix: course
1 year ago
templates/ article
feat: article, videos. library, podcasts
1 year ago
__init__.py
feat: article, videos. library, podcasts
1 year ago
admin.py
feat(collections): enhance article and podcast admin interfaces with display position
6 months ago
apps.py
feat: article, videos. library, podcasts
1 year ago
models.py
feat(collections): enhance article and podcast admin interfaces with display position
6 months ago
serializers.py
refactor(article): rename method get_podcasts to get_articles in MiddleArticleCollectionSerializer for clarity
6 months ago
tests.py
feat: article, videos. library, podcasts
1 year ago
urls.py
feat: article, videos. library, podcasts
1 year ago
views.py
feat: article, videos. library, podcasts
1 year ago