Skip to main content

Django runserver-like commands to run CherryPy web server

Project description

cpserver is a Django application, which is intended to solve simple, yet useful task: run your Django project under CherryPy webserver. It contains two commands:

  • runcpdebug, which outputs information about each request (in format, similar to Apache’s access_log). It is useful as replacement for regular runserver command.

  • runcpserver, which is quite silent (it only tells you configuration after starting). It is useful for running as backend for Nginx or HAProxy or whatever you’d like to use.

Installation

It’s quite simple: put cpserver directory under your Python’s sys.path (in site-packages or in your Django project tree structure) and add ‘cpserver’ to INSTALLED_APPS setting.

Of course, you’ll need installed CherryPy 3, either whole suite or just their wsgiserver module. You can even put wsgiserver in cpserver’s directory (where translogger.py sits).

Thanks

Thanks to DjangoCerise project, from which I’ve taken initial code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cpserver-1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page