schon/evibes/settings
2025-06-20 04:10:55 +03:00
..
__init__.py Features: 1) Integrated django-summernote for rich text editing; 2) Added Summernote fields in PostAdmin with configuration; 3) Configured summernote settings in a separated module; 2025-06-19 13:15:04 +03:00
base.py Features: 1) Add configuration for django_summernote in settings menu; 2025-06-19 16:46:48 +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 Features: 1) Add chunk_size attribute to _BaseDoc class; 2) Enable additional Elasticsearch configurations (timeout, max_retries, retry_on_timeout); 3) Set ELASTICSEARCH_DSL_PARALLEL to True; 2025-06-20 04:10:55 +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 Initial Commit 2025-04-29 22:40:30 +03:00
graphene.py Features: 1) None; 2025-05-20 21:06:20 +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 Features: 1) Enable iframe support in Summernote configuration; 2025-06-19 13:59:44 +03:00