You could create a secondary python script running as root that polls a queue or config file generated by your django app. Have that script perform the requested actions by running the same executables as a sub process and checking the exit codes. If you need immediate responses, it could run like a daemon/service sleeping between poll intervals... or via a cron job if you can deal with the delayed actions.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.