django-cpserver-op

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


License
BSD-3-Clause
Install
pip install django-cpserver-op==1.2.1

Documentation

Requirements

CherryPy

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

Modifications

This version is mantained by Manuel Naranjo < manuel at aircable dot net > mail him for modifications questions.