Re: Button/URL admin Django interface

2013-07-09 Thread Giorgos Kontogiorgakis
Any example of how to do this or any link that can help me with that? On Tuesday, July 9, 2013 3:00:04 PM UTC+3, Giorgos Kontogiorgakis wrote: > > Hello everyone! > > I am trying to add a button or a URL on my main admin Django interface so > i can call a script from this button/url without exec

Re: Button/URL admin Django interface

2013-07-09 Thread Sandro Dutra
Probably you've to edit the admin base template, only this. 2013/7/9 Giorgos Kontogiorgakis > Hello everyone! > > I am trying to add a button or a URL on my main admin Django interface so > i can call a script from this button/url without executing this by > terminal/command line.Is there any e