mirror of
https://git.isptech.ru/ISPsystem/isp-maintenance.git
synced 2025-09-13 20:03:08 +02:00
Update: dockerize app, rename pkg to mgrctl, fix imports
This commit is contained in:
0
mgrctl/db/vm6/__init__.py
Normal file
0
mgrctl/db/vm6/__init__.py
Normal file
8
mgrctl/db/vm6/databases.py
Normal file
8
mgrctl/db/vm6/databases.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from mgrctl.db.connection import guess_database
|
||||
|
||||
|
||||
# The variable will contain an object of
|
||||
# the MySQLDatabase or PostgresqlDatabase class as well as all connection data
|
||||
# If in the future there will be more databases in the platform,
|
||||
# they should be added here
|
||||
isp_database = guess_database('isp')
|
3156
mgrctl/db/vm6/models.py
Normal file
3156
mgrctl/db/vm6/models.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user