~patrick-hetu/charms/precise/python-django/pure-python

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: python-django
summary: High-level Python web development framework
maintainer: Patrick Hetu <patrick.hetu@gmail.com>
categories: ['databases', 'app-servers']
description: |
  This charm will install Django. It can also install your Django
  project and his dependencies from either a template or from a
  version control system.
  It can also link your project to a database and sync the schemas.
  This charm also come with a Fabric fabfile to interact with the
  deployement in a cloud aware manner.
provides:
  website:
    interface: http
    optional: true
  wsgi:
    interface: wsgi
    scope: container
  django-settings:
    interface: directory-path
    scope: container
requires:
  pgsql:
    interface: pgsql
    optional: true
  mysql:
    interface: mysql
    optional: true
  mysql-root:
    interface: mysql-root
  mysql-shared:
    interface: mysql-shared
  mongodb:
    interface: mongodb
    optional: true
  redis:
    interface: redis
    optional: true
  amqp:
    interface: rabbitmq
    optional: true
  cache:
    interface: memcache
    optional: true