Hi, I have an application in Django with a routine which would be available only to the admin. I'm quite new to the python/django world, so maybe my question is trivial. What I want to do is add a button to perform the routine in this application's section of the admin app.
I'm quite confused from there, am I suppose to make a template for it, and if it's the case, how do I add a html template for an app in the admin. Or maybe there's a command to simply add a button?
Thanks for your time