author | Madhusudan.C.S <madhusudancs@gmail.com> |
Fri, 04 Feb 2011 16:37:56 +0530 | |
changeset 557 | a8102f88008c |
parent 552 | 4ad59c93c2bd |
permissions | -rw-r--r-- |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
1 |
[buildout] |
465
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
2 |
parts = |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
3 |
django |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
4 |
tagging |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
5 |
django-robots |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
6 |
registration |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
7 |
django-command-extensions |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
8 |
eggs = |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
9 |
PIL |
390
a745a95d12f2
Add psycopg2 package for postgresql support.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
307
diff
changeset
|
10 |
psycopg2 |
516
a552aeb7cb4e
Add support for Pygments.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
465
diff
changeset
|
11 |
pygments |
519
84709567f47a
Use the release version of South than the latest version.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
516
diff
changeset
|
12 |
South |
465
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
13 |
Werkzeug |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
14 |
|
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
15 |
[django] |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
16 |
recipe = djangorecipe |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
17 |
version = 1.2.4 |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
18 |
project = pytask |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
19 |
settings = settings |
552
4ad59c93c2bd
Add wsgi option and log file option.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
519
diff
changeset
|
20 |
wsgi = true |
4ad59c93c2bd
Add wsgi option and log file option.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
519
diff
changeset
|
21 |
wsgilog=wsgi.log |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
22 |
eggs = |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
23 |
${buildout:eggs} |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
24 |
pythonpath = |
465
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
25 |
${django-command-extensions:location} |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
26 |
${tagging:location} |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
27 |
${django-robots:location} |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
28 |
${registration:location} |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
29 |
|
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
30 |
[tagging] |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
31 |
recipe = infrae.subversion |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
32 |
urls = http://django-tagging.googlecode.com/svn/trunk/ . |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
33 |
|
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
34 |
[django-robots] |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
35 |
recipe = mercurialrecipe |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
36 |
repository = https://bitbucket.org/jezdez/django-robots/ |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
37 |
|
552
4ad59c93c2bd
Add wsgi option and log file option.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
519
diff
changeset
|
38 |
[registration]wsgilog |
307
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
39 |
recipe = mercurialrecipe |
c6bca38c1cbf
Added buildout stuff and made changes accordingly
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff
changeset
|
40 |
repository = https://bitbucket.org/ubernostrum/django-registration/ |
465
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
41 |
|
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
42 |
[django-command-extensions] |
14a7648a8699
Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
390
diff
changeset
|
43 |
recipe = zerokspot.recipe.git |
516
a552aeb7cb4e
Add support for Pygments.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
465
diff
changeset
|
44 |
repository = http://github.com/django-extensions/django-extensions.git |