-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yaml
More file actions
31 lines (31 loc) · 851 Bytes
/
Copy pathmetadata.yaml
File metadata and controls
31 lines (31 loc) · 851 Bytes
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
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
mongodb:
interface: mongodb
optional: true
cache:
interface: memcache
optional: true