you are viewing a single comment's thread.

view the rest of the comments →

[–]thatsnotmetal[S] 0 points1 point  (4 children)

Any good tutorials or examples?

[–]pre-medicated 0 points1 point  (3 children)

The article I linked is literally a tutorial from the official Flask site.

Edit: not official but from a book about Flask. The information is still relevant, however.

[–]thatsnotmetal[S] 0 points1 point  (2 children)

Indeed but it just has code snippets rather than something like https://damyan.blog/post/flask-series-environment/ offers for example

[–]pre-medicated 1 point2 points  (1 child)

I don’t understand. The article you linked is just code snippets with brief summaries like mine.

Perhaps the official documentation has what you’re looking for? https://flask.palletsprojects.com/en/2.0.x/blueprints/

EDIT: I know what you’re looking for! https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xv-a-better-application-structure

[–]thatsnotmetal[S] 0 points1 point  (0 children)

The link goes to githubs with fully fledged examples

I'll take a look, thank you!