Flask – Application Factory
Application factory is a pattern in flask and used most of the times when we split our code based into difference files. In the previous blog post we slow how to simply split our code, in this post we will take it further and see what is best recommended way of doing it and why.