schon/evibes/settings
Egor fureunoir Gorbunov 83e1f09873 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;
Fixes: 1) Remove unused dependency `django-daisy` from `pyproject.toml` and `poetry.lock`;

Extra: 1) Upgrade `lxml` to version 6.0.0; 2) Upgrade `click-plugins` and `jupyterlab` to newer minor versions.
2025-06-29 16:32:53 +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) 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
caches.py Fixes: fix incorrect imports 2025-06-05 18:01:00 +03:00
celery.py Initial Commit 2025-04-29 22:40:30 +03:00
constance.py Features: 1) Add a management command to fix product stock prices; 2) Introduce 'products' field to CategoryType in GraphQL schema to fetch products associated with a category; 3) Enable GraphQL resolvers to utilize type hinting for better clarity. 2025-06-17 11:13:11 +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) 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
logconfig.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
summernote.py Fixes: 1) Corrected callable usage for attachment_upload_to in Summernote settings; 2025-06-23 16:21:50 +03:00