django-supervisor

Easy integration between djangocl and supervisord
Download

django-supervisor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Ryan Kelly
  • Publisher web site:

django-supervisor Tags


django-supervisor Description

Easy integration between djangocl and supervisord django-supervisor is a Django app that combines the process-management awesomeness of supervisord with the convenience of Django's management scripts.RationaleRunning a Django project these days often entails much more than just starting up a webserver. You might need to have Django running under FCGI or CherryPy, with background tasks being managed by celeryd, periodic tasks scheduled by celerybeat, and any number of other processes all cooperating to keep the project up and running.When you're just developing or debugging, it's a pain having to start and stop all these different processes by hand.When you're deploying, it's a pain to make sure that each process is hooked into the system startup scripts with the correct configuration.Django-supervisor provides a convenient bridge between your Django project and the supervisord process control system. It makes starting all the processes required by your project as simple as:python myproject/manage.py supervisorAdvantagesDjango-supervisor is admittedly quite a thin layer on top of the wonderful functionality provided by supervisord. But by integrating tightly with Django's management scripts you gain several advantages:- manage.py remains the single point of control for running your project.- Running all those processes is just as easy in development as it is in production.- You get auto-reloading for all processes when running in debug mode.- Process configuration can depend on Django settings and environment variables, and have paths relative to your project and/or apps.- Apps can provide default process configurations, which projects can then tweak or override as needed. Requirements: · Python · Django


django-supervisor Related Software