~mark-mims/charms/precise/summit/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Mark Mims
  • Date: 2012-10-15 00:19:40 UTC
  • Revision ID: mark.mims@canonical.com-20121015001940-u1i6w7df92vhuzm7
update some defaults

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
            The location of your Django application to deploy. The root
9
9
            folder should contain a standard python setup.py which can be
10
10
            used to install your app.
11
 
        default: ''
 
11
        default: 'lp:summit/production'
12
12
        type: string
13
13
    app-source-type:
14
14
        description: |
23
23
        description: |
24
24
            The name of the python package for your app (TODO: we should extract
25
25
            automatically from setup.py)
 
26
        default: 'summit'
26
27
        type: string
27
28
    app-source-project-location:
28
29
        description: |
33
34
            your application tree, but later we could easily support a separate
34
35
            configuration branch as an alternative.
35
36
        type: string
36
 
        default: django_project
 
37
        default: 'summit'
37
38
    # project-source:
38
39
    #     description: |
39
40
    #       The location of the project deploy config (which can contain custom
72
73
    app-theme-branch:
73
74
        description: The branch for the django site theme
74
75
        type: string
75
 
        default: 'http://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme'
 
76
        default: 'https://code.launchpad.net/~lpc-organizers/ubuntu-community-webthemes/light-django-plumbers-theme'