Re: Browser access to manage.py / django command extensions

2008-11-10 Thread R. Gorman
Oh the weight of various risks... If you're just looking to execute a command and the response is quick an os.system command in a view might work. If it's a longer running process you might want to look at subprocess. R. --~--~-~--~~~---~--~~ You received this

Re: Browser access to manage.py / django command extensions

2008-11-10 Thread [EMAIL PROTECTED]
Maybe a button with a drop-down list for the commands he wants? Could be part of the admin. On Nov 10, 12:50 pm, Joe Murphy <[EMAIL PROTECTED]> wrote: > Hi all, > > Boss wants browser access to a couple custom django command extensions > -- wants it to be simple to administer for those who

Browser access to manage.py / django command extensions

2008-11-10 Thread Joe Murphy
Hi all, Boss wants browser access to a couple custom django command extensions -- wants it to be simple to administer for those who aren't comfortable on the command line. Any advice on how to approach this? I've searched google / djangosearch.com, and the django-users archive, and have come up