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
0dbdad0880
feat(cache): implement automatic cache invalidation and smart cache bypass
- Add utils/cache.py with invalidate_cache_patterns and smart_cached_view
- Support cache bypass on Cache-Control: no-cache headers and query params
- Add automatic signals (post_save, post_delete, m2m_changed) for library, video, podcast, article, calendar, and hadis
- Hook cache invalidation in custom admin viewset actions
5 days ago
..
0001_initial.py
restore the migratons history and migrations files.
8 months ago
0002_alter_user_email_alter_user_username.py
feat: implement custom user admin interface and update field constraints for bookmark, video, and user models
5 months ago
0003_alter_clientuser_options_and_more.py
translate enhancement
5 months ago
0004_consultantuser_alter_user_user_type.py
new role added for Consultant , updated userproxy and manager file for it
4 months ago
0005_user_password_enc.py
feat: implement user authentication, password management, and course participant views with encryption options
4 months ago
0006_notification_action_notification_navigate_to_and_more.py
notifications navigation and type fields added
2 months ago
0007_notificationtemplate_schedulednotification.py
notification templates and schedule models added and send notification service updated
2 months ago
0008_remove_notificationtemplate_body_fa_and_more.py
notification fa language removed and runlanguage added
2 months ago
0009_schedulednotification_body_en_and_more.py
sceduled notifications added and set api for admin panel
2 months ago
0010_schedulednotification_scheduled_time_and_more.py
scedule and repeatable task type logic splitted
2 months ago
__init__.py
init project first commit
2 years ago