首页 新闻 会员 周边 捐助

python 之 @manager.command

0
悬赏园豆:20 [待解决问题]

fromflask.ext.scriptimportManager

from myapp import app
manager = Manager(app)
@manager.command
def hello():
    print "hello"
if __name__ == "__main__":
    manager.run()


运行后为什么会出现 RuntimeError: working outside of application context
听风者~的主页 听风者~ | 初学一级 | 园豆:182
提问于:2015-10-20 17:29
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册