MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post_handler

Function post_handler

apps/maxkb/wsgi/web.py:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def post_handler():
40 from common.database_model_manage.database_model_manage import DatabaseModelManage
41 from common import event
42 from common.init import init_template
43 event.run()
44 DatabaseModelManage.init()
45 init_template.run()
46
47
48# 启动后处理函数

Callers 1

web.pyFile · 0.85

Calls 2

initMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected