Files
backend/config/conf/__init__.py
A'zamov Samandar 256e80cc23 first commit
2025-11-21 14:41:16 +05:00

12 lines
338 B
Python

from .cache import * # noqa
from .celery import * # noqa
from .cron import * # noqa
from .jwt import * # noqa
from .logs import * # noqa
from .rest_framework import * # noqa
from .unfold import * # noqa
from .spectacular import * # noqa
from .ckeditor import * # noqa
from .storage import * # noqa
from .channels import * # noqa