Last change
on this file since 6525 was 6491, checked in by roland, 16 years ago |
Made a fix in models.py:
sdesc and desc were removed from the interface.
Added a direction option for wifilinks.
Added collapse option to wireless stuff in the interface admin.
Removed unnesessary eggs from base.cfg
Updated inititial_data.json to new database structure
|
File size:
855 bytes
|
Rev | Line | |
---|
[6328] | 1 | [buildout]
|
---|
| 2 | parts =
|
---|
| 3 | extras
|
---|
| 4 | django
|
---|
| 5 | testrunner
|
---|
| 6 | versions = versions
|
---|
| 7 |
|
---|
| 8 | [versions]
|
---|
[6329] | 9 | djangorecipe=0.12.1
|
---|
[6328] | 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 | ${django:pythonpath}
|
---|
| 19 | ${buildout:directory}
|
---|
| 20 | ${django:location}
|
---|
| 21 | working-directory = ${buildout:directory}
|
---|
| 22 | script = test
|
---|
| 23 | defaults = ['--path', 'exodus',
|
---|
| 24 | '--suite-name', 'suite' ]
|
---|
| 25 | initialization =
|
---|
[6336] | 26 | os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development'
|
---|
[6328] | 27 |
|
---|
| 28 | [extras]
|
---|
| 29 | recipe = iw.recipe.subversion
|
---|
| 30 | urls =
|
---|
| 31 | http://django-command-extensions.googlecode.com/svn/trunk@135 django-command-extensions
|
---|
| 32 |
|
---|
| 33 | [django]
|
---|
| 34 | recipe = djangorecipe
|
---|
| 35 | version = 1.0
|
---|
| 36 | project = exodus
|
---|
| 37 | wsgi = true
|
---|
| 38 | eggs =
|
---|
[6336] | 39 | Werkzeug
|
---|
[6328] | 40 | pythonpath =
|
---|
| 41 | ${extras:location}/django-command-extensions/
|
---|
| 42 |
|
---|
| 43 | [supervisor]
|
---|
| 44 | recipe = zc.recipe.egg
|
---|
| 45 | eggs = supervisor
|
---|
Note:
See
TracBrowser
for help on using the repository browser.