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.
Mohsen Taba
b70c05efc4
Refactor Hadis and Transmitter serializers to remove light color code
- Removed `light_color_code` from the Hadis and Transmitter serializers to streamline the API response.
- Updated the `ColorPaletteMixin` to simplify color management by eliminating the light color property, focusing on the main color code.
- Adjusted the serializers to reflect these changes, enhancing clarity and reducing redundancy in color representation.
3 months ago
..
management
building articles
4 months ago
migrations
Add EmbeddingSession model and admin interface for background processing
3 months ago
templates/ article
feat: article, videos. library, podcasts
1 year ago
__init__.py
feat: article, videos. library, podcasts
1 year ago
admin.py
admin debugs , lesson toggle fixed.
5 months ago
apps.py
feat: article, videos. library, podcasts
1 year ago
models.py
Add EmbeddingSession model and admin interface for background processing
3 months ago
serializers.py
Add SimilarArticleSerializer and enhance ArticleDetailSerializer with similar articles feature
3 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
TokenAuthentication added to sensitive views.
5 months ago