I've really been enjoying using and modifying the Django admin interface recently!
Is there a "Django Way" method of adding some kind of confirmation action or button at the bottom of the admin page, before executing the action? Right now it executes as soon as you select the action.
Some of the actions we may want to execute against the production DB could be destructive, and a basic confirmation button would go a long way to preventing human error as we roll out the product - for example, prevent ourselves from accidentally hitting the "Delete" dropdown on a bunch of important rows.
Thanks!
The documentation provides insight into creating intermediate pages for custom actions here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With