django-admin-extra-buttons
django-admin-extra-buttons copied to clipboard
question: ability to use outside of models?
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.