I am looking for some information about generic views in django.
I want a page that will render a form for an object. On my page I want one submit button to update the object and another submit button that will delete the object.
Is it a possible to do this using a single view?