schon/evibes/settings/__init__.py
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

14 lines
528 B
Python

from .caches import * # noqa: F403
from .celery import * # noqa: F403
from .constance import * # noqa: F403
from .csp import * # noqa: F403
from .database import * # noqa: F403
from .dbbackup import * # noqa: F403
from .drf import * # noqa: F403
from .elasticsearch import * # noqa: F403
from .emailing import * # noqa: F403
from .extensions import * # noqa: F403
from .graphene import * # noqa: F403
from .jazzmin import * # noqa: F403
from .logconfig import * # noqa: F403
from .summernote import * # noqa: F403