Re: launching python scripts through django template form

2007-11-15 Thread Kenneth Gonsalves
On 15-Nov-07, at 7:38 PM, Greg_IAP wrote: > With this solution a press button is created and the browser wants to > open the url: ".../spica/cgi-bin/ingestion.py" by pressing it. link: Click to launch script url: r'^ingestion/$' view: def ingestion(request): pythonscripthere ..

Re: launching python scripts through django template form

2007-11-15 Thread Daniel Roseman
On Nov 15, 2:08 pm, Greg_IAP <[EMAIL PROTECTED]> wrote: > Hi > I just want to launch a python script from my web page done with > django. > 2 ways to do this-> by a form included in "mytemplate.html" for > example, like this: > > method="post"> > maxlength="50"> > > > > With this solution a

Re: launching python scripts through django template form

2007-11-15 Thread schlam
I am not sure I understand you question ... you want to launch a python script from a django url ? you can just import the script into urls.py and running from a url. On Nov 15, 12:03 pm, Greg_IAP <[EMAIL PROTECTED]> wrote: > Could anyone answer my question of yesterday? > > my problem is the act

Re: launching python scripts through django template form

2007-11-15 Thread Greg_IAP
Hi I just want to launch a python script from my web page done with django. 2 ways to do this-> by a form included in "mytemplate.html" for example, like this: With this solution a press button is created and the browser wants to open the url: ".../spica/cgi-bin/ingestion.py" by pressing i

Re: launching python scripts through django template form

2007-11-15 Thread Greg_IAP
Hi i just want to launch a python script from my web page done with django: --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

launching python scripts through django template form

2007-11-15 Thread Greg_IAP
Could anyone answer my question of yesterday? my problem is the action of the form (to launch python script from my web page) which can be matched by urlpattern in urls.py --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou