buildout.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 19:04:24 +0530
branchpayments
changeset 278 2ea8af6851c9
parent 270 ecab1977eea9
child 322 eeb66c089545
permissions -rw-r--r--
Modify the delegate_remainder function to send mails for the registered user and add content for registration update mail.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
[buildout]
269
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
     2
parts = django tagging django-robots south
121
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     3
eggs = 
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     4
    Werkzeug
78d082337ca4 Added PIL to buildout.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 103
diff changeset
     5
    PIL
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
     6
    docutils
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
[django]
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
recipe = djangorecipe
96
178b89a3ca4f Removed unwanted files and made more changes to make SciPyCon a clean app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 93
diff changeset
    10
version = 1.2.1
103
034dc9cd752e Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    11
settings = production
034dc9cd752e Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    12
eggs = ${buildout:eggs}
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    13
pythonpath = 
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    14
    ${tagging:location}
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    15
    ${django-robots:location}
270
ecab1977eea9 Add south location for django paths.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 269
diff changeset
    16
    ${south:location}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
[tagging]
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
recipe = infrae.subversion
103
034dc9cd752e Altered buildout configuration files to have MySQL-Python only on production.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 96
diff changeset
    20
urls = http://django-tagging.googlecode.com/svn/trunk/ .
151
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    21
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    22
[django-robots]
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    23
recipe = mercurialrecipe
f85b864f5f8b Added sitemaps framework and robots framework.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 121
diff changeset
    24
repository = http://bitbucket.org/jezdez/django-robots/
269
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
    25
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
    26
[south]
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
    27
recipe = mercurialrecipe
6910c4dff916 Add south to the buildout configuration for migrations.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 151
diff changeset
    28
repository = http://bitbucket.org/andrewgodwin/south/