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
4be852ff41
refactor(api): replace build_absolute_uri with absolute_https_url
Replace direct calls to `request.build_absolute_uri` with a centralized
`absolute_https_url` utility across account and hadis modules. This
ensures consistent enforcement of HTTPS for all absolute media URLs
(avatars, thumbnails, and images) in serializers and views.rl
2 weeks ago
..
management
collections updated
1 month ago
migrations
utf-8 slug usage updated
1 month ago
templates/ article
feat: article, videos. library, podcasts
1 year ago
__init__.py
feat: article, videos. library, podcasts
1 year ago
admin.py
collections updated
1 month ago
apps.py
feat: article, videos. library, podcasts
1 year ago
models.py
utf-8 slug usage updated
1 month ago
serializers.py
collections updated
1 month ago
serializers_admin.py
feat: add bibliographic fields to Book model and enforce HTTPS for absolute URLs across serializers
2 weeks ago
serializers_dovodi.py
collections updated
1 month ago
sitemaps.py
SEO : seo tools and normalizations added for code base and Article, Hadis (optimized to prefetch transmitters, references, and book authors), Library (Books), Podcast, and Video apps.
1 month ago
tests.py
feat: article, videos. library, podcasts
1 year ago
urls.py
remove admin panel apis from swagger
2 months ago
views.py
collections updated
1 month ago
views_admin.py
articles views and serializers added for dashboard
3 months ago