~patrick-hetu/charms/precise/gunicorn/fix_quotes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: gunicorn
summary: Gunicorn
maintainer: Patrick Hetu <patrick.hetu@gmail.com>
description: |
  Gunicorn or Green Unicorn is a Python WSGI HTTP Server for UNIX. It's a
  pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server
  is broadly compatible with various web frameworks, simply implemented, light on
  server resources, and fairly speedy.
subordinate: true
requires:
    wsgi-file:
       interface: wsgi
       scope: container
       optional: true
    django-settings:
       interface: django
       scope: container
       optional: true