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 their example.
I would like to have each part of my app in a separate module.
What would be a good way to organize things?
I’m building my first Flask app and I can’t figure out a good, clean
Share
I have created a Flask boilerplate project called “Fbone“, please feel free to check it out and fork 🙂
Fbone (Flask bone) is a Flask (Python microframework) template/bootstrap/boilerplate application.
Overview
btw, I just found this wiki on building a large project with Flask useful, pls check it!