Re: Running a script through Django admin interface button/url

2013-06-11 Thread Derek
Hi Giorgos What you need to do is pick the appropriate admin template to customize, and add in your link (or link+button image) there. See: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-vs-replacing-an-admin-template The web is littered with examples of how to do this...

Running a script through Django admin interface button/url

2013-06-11 Thread Giorgos Kontogiorgakis
Hello everyone! I am kinda new to python and Django as well so many things still confuse me!I have my Django admin interface with a database on it! The thing i want to do now is the following: I want to be able to run a script from my Djano admin interface either by pushing a "Start" button or c