public
Description: Management commands for serving Django via CherryPy's built-in WSGI server
Homepage: http://lincolnloop.com/blog/2008/mar/25/serving-django-cherrypy/
Clone URL: git://github.com/lincolnloop/django-cpserver.git
name age message
file .gitignore Fri Feb 20 12:20:46 -0800 2009 Initial commit [lincolnloop]
file LICENSE Tue Aug 11 14:17:38 -0700 2009 Added license fixes #1 [lincolnloop]
file README.rst Fri Feb 20 12:43:58 -0800 2009 add documentation and distutils setup [lincolnloop]
directory django_cpserver/ Mon Mar 16 07:55:34 -0700 2009 fixes unnamed method bug thanks trevorc [lincolnloop]
file setup.py Fri Feb 20 12:43:58 -0800 2009 add documentation and distutils setup [lincolnloop]
README.rst
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