isp-maintenance/mgrctl/settings/__init__.py

16 lines
249 B
Python
Raw Permalink Normal View History

from mgrctl.settings.general import BASE_DIR
from mgrctl.settings.platform import (
PLATFORM_TYPE,
PLATFORM_URL,
PLATFORM_CONFIG
)
from mgrctl.settings.db import(
DB_ENGINE,
DB_HOST,
DB_PORT,
DB_USER,
DB_PASSWORD
)