mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-26 01:20:28 +00:00
Update manage.py
This commit is contained in:
parent
49cc6729f1
commit
919599fab0
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ def install_app(app_name):
|
|||
ret = ret.dict()
|
||||
else:
|
||||
ret = Response(code=const.RETURN_FAIL , message="目前不支持安装此App")
|
||||
ret = ret.dict()
|
||||
return ret
|
||||
|
||||
def if_app_exits(app_name):
|
||||
|
|
Loading…
Reference in a new issue