webapp.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:teaching-equivalencies 作者: memorial-ece 项目源码 文件源码
def create_app():
    # See http://flask.pocoo.org/docs/patterns/appfactories
    app = flask.Flask(__name__)
    nav.nav.init_app(app)
    flask_dotenv.DotEnv().init_app(app, verbose_mode = True)

    flask_bootstrap.Bootstrap(app)
    app.register_blueprint(frontend)

    app.config['BOOTSTRAP_SERVE_LOCAL'] = True
    app.config['TEMPLATES_AUTO_RELOAD'] = True

    return app
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号