get_success_url()
Determine the URL to redirect to when the form is successfully validated. Returns django.views.generic.edit.ModelFormMixin.success_url
if it is provided; otherwise, attempts to use the get_absolute_url()
of the object.
get_success_url()
Determine the URL to redirect to when the form is successfully validated. Returns django.views.generic.edit.ModelFormMixin.success_url
if it is provided; otherwise, attempts to use the get_absolute_url()
of the object.
Please login to continue.