Reference
Views
- ListView — display a list of model instances with tables and filters
- DetailView — display a single model instance with property groups
- CreateView — create new model instances with forms
- UpdateView — update existing model instances with forms
- DeleteView — delete model instances with confirmation
- WorkflowView — execute FSM state-machine transitions with audit history
- PolymorphicView — CRUD views for django-polymorphic models
ViewSet
- Context Buttons — context action buttons for navigation within and across viewsets
Configuration
- Settings — all available settings for django-crud-views