blob: c4b4414c62e76fd93d9de4f68da5c7ca28739d2e (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
|
[buildout]
parts =
django
tagging
django-robots
registration
django-command-extensions
eggs =
PIL
psycopg2
pygments
South
Werkzeug
[django]
recipe = djangorecipe
version = 1.2.4
project = pytask
settings = settings
wsgi = true
wsgilog=wsgi.log
eggs =
${buildout:eggs}
pythonpath =
${django-command-extensions:location}
${tagging:location}
${django-robots:location}
${registration:location}
[tagging]
recipe = infrae.subversion
urls = http://django-tagging.googlecode.com/svn/trunk/ .
[django-robots]
recipe = mercurialrecipe
repository = https://bitbucket.org/jezdez/django-robots/
[registration]wsgilog
recipe = mercurialrecipe
repository = https://bitbucket.org/ubernostrum/django-registration/
[django-command-extensions]
recipe = zerokspot.recipe.git
repository = http://github.com/django-extensions/django-extensions.git
|