Version 0.1.1 rise to flask app factory
This commit is contained in:
6
Html/wsgi.py
Normal file
6
Html/wsgi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# wsgi.py
|
||||
from bootstrap import bootstrap_paths
|
||||
bootstrap_paths()
|
||||
from apps import create_app
|
||||
# 提供一个可被 WSGI/进程管理器导入的 app 对象
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user