-
Notifications
You must be signed in to change notification settings - Fork 19
Views BaseView
Kyle J. Roux edited this page Aug 5, 2015
·
2 revisions
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
- _template -> template rendered when
Jstacoder jstacoder@gmail.com
Examples