摘要: from myproject import app as applicationif __name__ == "__main__": application.run()否则会提示:unable to load app 0 (mountpoint='') (callable not found ... 阅读全文
posted @ 2015-10-30 18:31 孤独行者 阅读(1402) 评论(0) 推荐(0) 编辑