If you are using class-based (generic) views to delete, you can use reverse_lazy
to redirect after delete. In case you are using functional views, you can redirect
after the successful deletion of the object from the Database.
CLICK HERE to find out more related problems solutions.