schon/evibes/settings
Egor fureunoir Gorbunov 7722eef0a3 Features: 1) Added custom queues to all Celery tasks for more granular processing; 2) Implemented sensitive data scrubbing in Sentry error reporting.
Fixes: None;

Extra: Refactored Sentry initialization to include `before_send` callback and improved settings structure.
2025-07-02 15:36:52 +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) Added custom queues to all Celery tasks for more granular processing; 2) Implemented sensitive data scrubbing in Sentry error reporting. 2025-07-02 15:36:52 +03:00
caches.py Fixes: fix incorrect imports 2025-06-05 18:01:00 +03:00
celery.py Features: 1) Add chrony package and enable it in all Dockerfiles; 2) Set Celery timezone and disable UTC in celery.py; 2025-07-02 01:00: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 Fixes: fix incorrect imports 2025-06-05 18:01:00 +03:00
dbbackup.py RUFF 2025-05-26 16:12:59 +03:00
drf.py Features: 1) Add type annotations for various models and methods; 2) Introduce refined graphene resolvers to enhance permission handling; 3) Include type checking suppression with # type: ignore for unsupported cases. 2025-06-18 16:38:07 +03:00
elasticsearch.py Fixes: 1) Remove unused sniff_on_start and sniff_on_connection_fail keys from Elasticsearch settings; 2025-06-22 01:08:17 +03:00
emailing.py Features: 1) Added vendor, product tag, category tag models and metadata; 2) Introduced proper noinspection comments for Mypy warnings; 3) Extended Markdown linting rules. 2025-06-18 15:58:49 +03:00
extensions.py Features: 1) Introduced strict parameter for zip function in widgets.py; 2) Added EXTENSIONS_MAX_UNIQUE_QUERY_ATTEMPTS setting; 2025-06-21 20:38:37 +03:00
graphene.py Features: 1) None; 2025-05-20 21:06:20 +03:00
jazzmin.py Features: 1) Added "Home" translation to AR, EN, and ES locale files; 2) Updated PO and MO file metadata with revised POT creation date. 2025-06-29 19:51:45 +03:00
logconfig.py Features: 1) Add autocomplete_list_filter support in Admin classes; 2) Introduce SkipVariableDoesNotExistFilter to suppress specific log warnings. 2025-07-01 16:41:20 +03:00
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00