I'm on the path to convert a big existing app to Application Factory pattern. The current state is import orders (you know with at the end of the app file stuff like :
from . import models
from .api import ep as ep_blueprint
Or import app in some functions which create circular imports etc ..
Before I jump in it, do you have some advices or strategy in mind ? A plan maybe ?
Top comments (0)