schon/evibes/settings
2025-07-06 17:27:15 +03:00
..
__init__.py Features: 1) Replace django-daisy with django-jazzmin for admin UI; 2) Add extensive configuration for django-jazzmin including topmenu links, user menu links, and custom icons; 3) Enable language chooser and horizontal tabs in change form layout; 2025-06-29 16:32:53 +03:00
base.py Features: 1) Add BulkWishlistAction mutation to perform batch actions on wishlist products; 2) Add FeedbackProductAction mutation to manage feedback for order products. 2025-07-05 00:55:27 +03:00
caches.py Fixes: fix incorrect imports 2025-06-05 18:01:00 +03:00
celery.py Features: 1) Add Redis sysctl configurations to docker-compose.yml; 2) Introduce broker heartbeat and transport options for Celery in settings/celery.py. 2025-07-03 17:14:22 +03:00
constance.py Features: 1) Introduced RootDirectory class for integration with management commands; 2) Added support for scanning root level configurations in check_translated.py and deepl_translate.py; 2025-06-29 19:40:44 +03:00
csp.py Initial Commit 2025-04-29 22:40:30 +03:00
database.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
dbbackup.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
drf.py Fixes: 1) Correct import path for DEBUG, EVIBES_VERSION, and SECRET_KEY in drf.py; 2025-07-06 17:06:56 +03:00
elasticsearch.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
emailing.py Features: 1) RUFFVCKED 2025-07-03 15:00:18 +03:00
extensions.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
graphene.py Features: 1) Update all log handlers to dynamically switch based on DEBUG setting; 2) Introduce improved middleware logging configuration. 2025-07-06 16:58:43 +03:00
jazzmin.py Features: 1) RUFFVCKED 2025-07-03 02:53:01 +03:00
logconfig.py Features: 1) Add require_debug_false and require_debug_true filters to log configuration; 2025-07-06 17:27:15 +03:00
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00