schon/evibes/settings/__init__.py
Egor fureunoir Gorbunov 6e19d9f65f Add new dependencies and standardize file formatting
Added `paramiko`, `django-dbbackup`, `django-storages`, and `bcrypt` to the dependency list in `pyproject.toml`. Reformatted file entries in `poetry.lock` to ensure consistent alignment with style guidelines, improving readability and maintainability.
2025-05-07 03:10:50 +03:00

12 lines
451 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 .logconfig import * # noqa: F403