python - In Flask, why are all the views shown in a single file? -


is there way split them (view per file) or not recommendable? i'm working on rather large project , have lot of views. thanks.

  • you put views blueprints create nice , clear structure in flask application.
  • there nice feature called pluggable views create views classes helpful rest api.

Comments