How to organize a relatively large Flask application?

前端 未结 6 1959
渐次进展
渐次进展 2020-12-12 09:57

I\'m building my first Flask app and I can\'t figure out a good, clean Pythonic way of organizing my application. I don\'t want to have everything in a single .py file as in

6条回答
  •  抹茶落季
    2020-12-12 10:31

    I have created a Flask app yapper from scratch and integrated it with gulp for both frontend and backend development. It is a simple blog engine but can be easily modified for developing according to requirements. It is well structured using Blueprints.

    Checkout the project page yapper

提交回复
热议问题