Metadata-Version: 1.0
Name: django-cpserver-op
Version: 1.2
Summary: Management commands for serving Django via CherryPy's built-in WSGI server modified for OpenProximity
Home-page: https://github.com/OpenProximity/django-cpserver
Author: Peter Baumgartner
Author-email: pete@lincolnloop.com
License: BSD
Description: 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
        
        Modifications
        =============
        
        This version is mantained by Manuel Naranjo < manuel at aircable dot net > mail
        him for modifications questions.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: CherryPy
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
