django-cpserver
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
- Put
django_cpserveron yourPYTHONPATH. - Add
django_cpserverto yourINSTALLED_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