django-initd icon indicating copy to clipboard operation
django-initd copied to clipboard

A library to turn Django custom management commands into well-behaved initd daemons.

Results 3 django-initd issues
Sort by recently updated
recently updated
newest added

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]...