Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/web/admin/model/__init__.py

24 lines
815 B

7 months ago
# coding:utf-8
# ---------------------------------------------------------------------------------
# MW-Linux面板
# ---------------------------------------------------------------------------------
# copyright (c) 2018-∞(https://github.com/midoks/mdserver-web) All rights reserved.
# ---------------------------------------------------------------------------------
# Author: midoks <midoks@163.com>
# ---------------------------------------------------------------------------------
7 months ago
from .initdb import *
6 months ago
7 months ago
from .logs import addLog
6 months ago
7 months ago
from .option import getOption,getOptionByJson,setOption
6 months ago
from .option import setOption
7 months ago
6 months ago
from .sites import getSitesCount
7 months ago
6 months ago
from .task import addTask
from .task import getTaskCount,getTaskUnexecutedCount,getTaskList,getTaskFirstByRun
from .task import setTaskStatus,setTaskData
7 months ago