[Fixed]-Exposing View in Django-Python to delete items

1👍

You essentially need to provide a decorator to your function based view or mixin to your class based view depending on what you’re using.

There are different options depending on what suits your needs

All of these will give you the chance to redirect a user, stopping them from being able to use the view

👤Sayse

Leave a comment