What are Flask Blueprints, exactly?

后端 未结 5 2002
感动是毒
感动是毒 2020-12-12 08:22

I have read the official Flask documentation on Blueprints and even one or two blog posts on using them.

I\'ve even used them in my web app, but I don\'t co

5条回答
  •  -上瘾入骨i
    2020-12-12 09:14

    For bigger projects, all your code shouldn't be in the same file. Instead you can segment or split bigger codes into separate file, mostly based on functionality. Like bricks forming a wall.

    Hope this helped. Since this is a theoretical question, posting no codes.

提交回复
热议问题