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

Management commands for serving Django via CherryPy's built-in WSGI server

Requirements

CherryPy_

.. _CherryPy: http://www.cherrypy.org/

Installation

  1. Put django_cpserver on your PYTHONPATH.
  2. Add django_cpserver to your INSTALLED_APPS.

Usage

Run ./manage.py runcpserver help from within your project directory

Acknowledgements

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