Skip to content

Views BaseView

Kyle J. Roux edited this page Aug 5, 2015 · 2 revisions

Views

the flask_xxl.baseviews.BaseView class inherits from the flask.views.MethodView class, but adds a few helpers,

  • methods

    • BaseView.success -> flash succcess message
    • BaseView.error -> flash error message
  • attrs

    • _template -> template rendered when BaseView.render() called
    • _context -> context rendered with template

Clone this wiki locally