I like and use Flask, but as to how to structure it, I always end up mirroring a classic Django structure: views, models, forms, utils, static, templates etc. About the only thing missing is urls and admin.
It works, and it's easier for me to organize projects according to a common standard.
It works, and it's easier for me to organize projects according to a common standard.