You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi (hope you're doing great !), and thanks for the project, love it so far :-) I'm trying to find a way to split the views in different python files, but as the views are all relying on the app, I'm not sure how to do it.
In the Flask project, they're using an intermediate concept named Blueprints for this, and I believe what I'm looking for seems similar.
Did you already face this issue? Any idea on how do deal with this? Thanks !