标签: python flask blueprint
我想在烧瓶应用程序中分离模块。
我的项目结构应为:
myproject/ some_app/ blueprint1/ blueprint2/ __init.py __init__.py config.py run.py
所以我想将blueprin1和blueprint2注册到some_app,然后再将some_app注册到myproject的real_app。 我搜索了很多次,是否有嵌套的蓝图,但从未找到。
你们有什么花招吗?
感谢和问候。