Sunday, 10 January 2021

how to override delete confirmation page in django admin site?

In my django 1.4 project I have a requirement to override the delete confirmation page in admin site and also perform some additional task model.I found generic DeleteView, but not found any good help about how to use it.



from how to override delete confirmation page in django admin site?

No comments:

Post a Comment