CreateView¶
- class djcrud.views.create.CreateView(**kwargs)[source]¶
Bases:
ModelFormMixin,TemplateViewMixin,CreateViewCreate a new model instance.
- tags¶
Default
[djcrud.tags.MODEL](top-bar create button).
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- property title¶
Human-readable label with the model class name removed.