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
2e1fbfdcdc
refactor(urls): update URL patterns to use re_path for slug-based routes
- Changed URL configurations in article, course, and transaction apps to use re_path for improved regex matching of slugs.
- This update enhances flexibility in slug handling across various endpoints, ensuring consistency in URL patterns.
6 months ago
..
management
feat(article): implement structured content model for articles with bilingual text sections
6 months ago
migrations
feat(article): implement structured content model for articles with bilingual text sections
6 months ago
templates/ article
feat: article, videos. library, podcasts
1 year ago
__init__.py
feat: article, videos. library, podcasts
1 year ago
admin.py
feat(article): implement structured content model for articles with bilingual text sections
6 months ago
apps.py
feat: article, videos. library, podcasts
1 year ago
models.py
feat(article): implement structured content model for articles with bilingual text sections
6 months ago
serializers.py
fix
6 months ago
tests.py
feat: article, videos. library, podcasts
1 year ago
urls.py
refactor(urls): update URL patterns to use re_path for slug-based routes
6 months ago
views.py
fix
6 months ago