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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -