schon/evibes/settings
Egor fureunoir Gorbunov 943c6ae1b1 Features: 1) Add handler "console" to "django.template", "celery", "django_elasticsearch_dsl", and "elastic_transport.transport" loggers;
Fixes: 1) Remove unused or redundant loggers for "django.request", "django.server", "django.db.backends", "celery.app.trace", and "celery.worker.strategy";

Extra: 1) Simplify log configuration for better maintainability; 2) Adjust logger filter for "django.template".
2025-11-12 16:40:22 +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: 2025-11-12 13:08:37 +03:00
caches.py 2025.4 BETA 2025-11-10 08:36:57 +03:00
celery.py Fixes: 1) Update task paths in CELERY_BEAT_SCHEDULE to use engine.core namespace; 2025-11-08 06:05:11 +03:00
constance.py Features: 1) Introduced Telegram forwarder with bot functionality for message forwarding and user support; 2) Added new commands (/start, /unlink, /help) for Telegram bot; 3) Enabled webhook integration and message linking via Telegram. 2025-11-12 11:23: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) Add db_table attribute for vibes_auth_user in authv.models; 2) Enhance DB backup configuration to support sftp and ftp storage in settings. 2025-11-08 05:06:58 +03:00
drf.py Features: 1) Add rate-limiting decorators for multiple API methods across core viewsets; 2) Add translation support to messaging documentation. 2025-11-12 11:50:51 +03:00
elasticsearch.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
emailing.py 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
extensions.py Features: 1) Introduced Telegram forwarder with bot functionality for message forwarding and user support; 2) Added new commands (/start, /unlink, /help) for Telegram bot; 3) Enabled webhook integration and message linking via Telegram. 2025-11-12 11:23:44 +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) Add fallback to environment variable for BASE_DOMAIN in middleware redirects; 2) Introduce new "Taskboard" link to Jazzmin settings; 2025-11-11 17:27:26 +03:00
logconfig.py Features: 1) Add handler "console" to "django.template", "celery", "django_elasticsearch_dsl", and "elastic_transport.transport" loggers; 2025-11-12 16:40:22 +03:00
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00