mirror of
https://git.isptech.ru/ISPsystem/isp-maintenance.git
synced 2025-02-01 10:50:52 +01:00
16 lines
228 B
Python
16 lines
228 B
Python
from settings.general import BASE_DIR
|
|
|
|
from settings.platform import (
|
|
PLATFORM_TYPE,
|
|
PLATFORM_URL,
|
|
PLATFORM_CONFIG
|
|
)
|
|
|
|
from settings.db import(
|
|
DB_ENGINE,
|
|
DB_HOST,
|
|
DB_PORT,
|
|
DB_USER,
|
|
DB_PASSWORD
|
|
)
|