CreateView
fastview.views.CreateViewSets a default
fieldsusing all fields on the model (excluding anyAutoFieldor model fields witheditable=False)
Unlike standard generic CreateView, this supports fields and form_class both
being defined.
Start success_url with a colon to refer to another viewgroup view, eg:
success_url = ":index"
success_url = ":detail"