source: trunk/base.cfg@ 6473

Last change on this file since 6473 was 6445, checked in by roland, 16 years ago

New config for django admin media files.

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