How to add a new button to the List view? #131
Unanswered
apoorvpandey0
asked this question in
Q&A
Replies: 1 comment
-
I could have sworn I had a way to add a button, but my "official" response is to use an admin action instead https://docs.djangoproject.com/en/4.0/ref/contrib/admin/actions/ it's not a button but it is supported directly by Django. Buttons would be nice as a UI option but I'm guessing past me didn't look into it since the functionality was already possible to avoid technical debt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I checked that we can add buttons to individual objects, but how do we add a button to he main listview where all the objects are listed in Django Admin, I dont know if we call the some view but I hope I'm clear.
Beta Was this translation helpful? Give feedback.
All reactions