django-initd
django-initd copied to clipboard
A library to turn Django custom management commands into well-behaved initd daemons.
Django 1.9 compatibility, and now can defines constant directly in subclasses !
I could use a PyPI release for this and could do the work if you need help. Thanks
When trying to start another one, i get warning `Daemon already runing` (which is related to the first one) ``` $ ./manage.py command1 --start $ ./manage.py command2 --start [14/May/2014 09:22:33]...