django-cherry

Run Django under the CherryPy WSGI server using django-boss
Download

django-cherry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Zachary Voase
  • Publisher web site:
  • http://github.com/disturbyte/

django-cherry Tags


django-cherry Description

Run Django under the CherryPy WSGI server using django-boss django-cherry is a Django app which makes it easy to run your Django project under the . The main command is defined using , a simple but powerful framework for creating and running Django management commands.Installation:The usual: easy_install django-cherry # OR pip install django-cherryThen just add `'djcherry'` to your `INSTALLED_APPS` setting.You’ll need to have installed, although that will beautomatically handled by setuptools.Usage:`django-cherry` is used primarily from the command-line: $ djboss cherry --help usage: djboss cherry optional arguments: -h, --help show this help message and exit -i INTERFACE, --interface INTERFACE A TCP network interface to listen on (default: 127.0.0.1) -p PORT, --port PORT A TCP port number to listen on (default: 8080) -s SOCKET, --socket SOCKET The path to a UNIX socket to listen on. Overrides --interface/--port. (default: None) -t MIN_THREADS, --min-threads MIN_THREADS The minimum number of threads to use (default: 10) -m MAX_THREADS, --max-threads MAX_THREADS The maximum number of threads to use. -1 means no limit. (default: -1) -l LOGGER, --logger LOGGER The name of the logger to use (default: django.cherry) Requirements: · Python · Django · CherryPy · django-boss


django-cherry Related Software