Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 262 Bytes

custom_views.rst

File metadata and controls

12 lines (8 loc) · 262 Bytes

Custom views

Writing custom views

To use a custom view in a ViewGroup, your view shold subclass fastview.views.FastViewMixin, or fastview.views.ModelFastViewMixin for views which operate on a model.