CreateView¶
- class djmvc.views.create.CreateView(**kwargs)[source]¶
Bases:
JsonFormMixin,ModelFormMixin,TemplateViewMixin,CreateViewCreate a new model instance.
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.