|
Last change
on this file was 7027, checked in by roland, 17 years ago |
|
Mainly code cleanup.
Removed some odd import from networkx and fixed it in views.py.
|
|
File size:
680 bytes
|
| Line | |
|---|
| 1 | [buildout]
|
|---|
| 2 | parts =
|
|---|
| 3 | django
|
|---|
| 4 | testrunner
|
|---|
| 5 | versions = versions
|
|---|
| 6 |
|
|---|
| 7 | [versions]
|
|---|
| 8 | djangorecipe=0.19.1
|
|---|
| 9 | django-extensions=0.4.1
|
|---|
| 10 | zc.recipe.egg=1.0.0
|
|---|
| 11 | zc.recipe.testrunner=1.0.0
|
|---|
| 12 |
|
|---|
| 13 | [testrunner]
|
|---|
| 14 | recipe = zc.recipe.testrunner
|
|---|
| 15 | eggs =
|
|---|
| 16 | ${django:eggs}
|
|---|
| 17 | extra-paths =
|
|---|
| 18 | ${buildout:directory}
|
|---|
| 19 | ${django:location}
|
|---|
| 20 | working-directory = ${buildout:directory}
|
|---|
| 21 | script = test
|
|---|
| 22 | defaults = ['--path', 'exodus',
|
|---|
| 23 | '--suite-name', 'suite' ]
|
|---|
| 24 | initialization =
|
|---|
| 25 | os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development'
|
|---|
| 26 |
|
|---|
| 27 | [django]
|
|---|
| 28 | recipe = djangorecipe
|
|---|
| 29 | version = 1.0.2
|
|---|
| 30 | project = exodus
|
|---|
| 31 | wsgi = true
|
|---|
| 32 | eggs =
|
|---|
| 33 | Werkzeug
|
|---|
| 34 | django-extensions
|
|---|
| 35 | networkx
|
|---|
| 36 | [supervisor]
|
|---|
| 37 | recipe = zc.recipe.egg
|
|---|
| 38 | eggs = supervisor
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.