~justin-fathomdb/charms/trusty/python-django/trunk

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
name: django
summary: High-level Python web development framework
description: |
  Django is a high-level web application framework that loosely follows
  the model-view-controller design pattern.  Python's equivalent to Ruby
  on Rails, Django lets you build complex data-driven websites quickly
  and easily - Django focuses on automating as much as possible and
  adhering to the "Don't Repeat Yourself" (DRY) principle.  Django
  additionally emphasizes reusability and "pluggability" of components;
  many generic third-party "applications" are available to enhance
  projects or to simply to reduce development time even further.
  Notable features include: * An object-relational mapper (ORM) *
  Automatic admin interface * Elegant URL dispatcher * Form
  serialization and validation system * Templating system * Lightweight,
  standalone web server for development and testing *
  Internationalization support * Testing framework and client
provides:
  website:
    interface: http
  wsgi:
    interface: wsgi
    scope: container
requires:
  db:
    interface: pgsql
  cache:
    interface: memcache