Management commands for serving Django via CherryPy's built-in WSGI server
CherryPy_
… _CherryPy: http://www.cherrypy.org/
django_cpserver
on your PYTHONPATH
.django_cpserver
to your INSTALLED_APPS
.Run ./manage.py runcpserver help
from within your project directory
Idea and code snippets borrowed from Loic d'Anterroches
__, adapted to run as a management command
__ http://www.xhtml.net/scripts/Django-CherryPy-server-DjangoCerise