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

Admin interface button

2007-11-28 Thread mike
I am trying to design a form using the django admin with text fields to make notes in and a drop down box with email addresses to choose. I would like to add an action button, that sends an email with the information in the forms to one of the addresses in the drop down box. I was wondering the b