+ 14
Is Flask an MVC model and if yes give an example showing MVC pattern for your application?
Please explain it ?
2 ответов
+ 5
Flask is actually not an MVC framework. It is a minimalistic framework which gives you a lot of freedom in how you structure your application, but MVC pattern is a very good fit for what Flask provides.
More on thses links :
https://stackoverflow.com/questions/12547206/flask-framework-mvc-pattern/12547285
https://stackoverflow.com/questions/8066199/is-flask-an-mvc-or-mtv
https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/
Thanks
+ 1
do you really know how it works