Re: Help related executing system command from django

2013-10-17 Thread Daniele Procida
On Thu, Oct 17, 2013, Jorge Cardoso Leitão wrote: >I suggest you to post your question in the django-users mailing list. >This mailing list is for the development of Django itself. The django-users list can be found at . The #django

Re: Help related executing system command from django

2013-10-17 Thread Jorge Cardoso Leitão
Hi Malhar. I suggest you to post your question in the django-users mailing list. This mailing list is for the development of Django itself. Thank you, Jorge On Oct 17, 2013, at 11:21 , Malhar Vora wrote: > Hello, > > I am executing a python script from django as

Help related executing system command from django

2013-10-17 Thread Malhar Vora
Hello, I am executing a python script from django as described below. def executeScript(request): ''' View to execute script from web interface ''' print "Execute script view called" basepath = os.path.dirname(os.path.abspath(__file__)) filepath = basepath + os.path.sep