Running django custom management commands with supervisord
- by mfsaint
I'd like to use supervisord to run some commands for my Django project but I keep getting the following error:
supervisor.log:
2012-05-18 17:52:15,784 INFO spawnerr: can't find command 'source'
If I remove the "source" command, the log shows the same error: can't find command 'python'.
supervisord.conf excerpt:
[program:django]…