django-admin-extra-buttons icon indicating copy to clipboard operation
django-admin-extra-buttons copied to clipboard

question: ability to use outside of models?

Open cltrudeau opened this issue 2 years ago • 0 comments

Love this library, solved a problem I had in a few lines of code. Thanks for building it.

The docs say "add custom buttons to Django Admin pages and/or add views to any ModelAdmin" but all I can find in the examples is the mixin for adding things to a ModelAdmin. Is there a way to use the buttons somewhere not associated with a Model?

If not, feature request :)

Thanks again for sharing this useful code.

cltrudeau avatar Jul 21 '22 16:07 cltrudeau