1 Star 0 Fork 0

chenjt2001/gallery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wsgi.py 141 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liam Middlebrook 提交于 2017-03-17 18:36 . Add Dropzone
import os
from gallery import app
if __name__ == "__main__":
app.run(host=app.config['IP'], port=app.config['PORT'])
application = app
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenjt2001/gallery.git
[email protected]:chenjt2001/gallery.git
chenjt2001
gallery
gallery
master

搜索帮助