Line | |
---|
1 | [buildout]
|
---|
2 | find-links = http://dist.pareto.nl/public
|
---|
3 | parts =
|
---|
4 | extras
|
---|
5 | django
|
---|
6 | testrunner
|
---|
7 | versions = versions
|
---|
8 |
|
---|
9 | [versions]
|
---|
10 | djangorecipe=0.12.1
|
---|
11 | zc.recipe.egg=1.0.0
|
---|
12 | zc.recipe.testrunner=1.0.0
|
---|
13 |
|
---|
14 | [testrunner]
|
---|
15 | recipe = zc.recipe.testrunner
|
---|
16 | eggs =
|
---|
17 | ${django:eggs}
|
---|
18 | extra-paths =
|
---|
19 | ${django:pythonpath}
|
---|
20 | ${buildout:directory}
|
---|
21 | ${django:location}
|
---|
22 | working-directory = ${buildout:directory}
|
---|
23 | script = test
|
---|
24 | defaults = ['--path', 'exodus',
|
---|
25 | '--suite-name', 'suite' ]
|
---|
26 | initialization =
|
---|
27 | os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development'
|
---|
28 |
|
---|
29 | [extras]
|
---|
30 | recipe = iw.recipe.subversion
|
---|
31 | urls =
|
---|
32 | http://django-command-extensions.googlecode.com/svn/trunk@135 django-command-extensions
|
---|
33 |
|
---|
34 | [django]
|
---|
35 | recipe = djangorecipe
|
---|
36 | version = 1.0
|
---|
37 | project = exodus
|
---|
38 | wsgi = true
|
---|
39 | eggs =
|
---|
40 | Werkzeug
|
---|
41 | pythonpath =
|
---|
42 | ${extras:location}/django-command-extensions/
|
---|
43 |
|
---|
44 | [supervisor]
|
---|
45 | recipe = zc.recipe.egg
|
---|
46 | eggs = supervisor
|
---|
Note:
See
TracBrowser
for help on using the repository browser.