Changeset 7027 for trunk/base.cfg
- Timestamp:
- Jun 30, 2009, 3:47:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/base.cfg
r6637 r7027 1 1 [buildout] 2 2 parts = 3 extras4 3 django 5 4 testrunner … … 7 6 8 7 [versions] 9 djangorecipe=0.15 8 djangorecipe=0.19.1 9 django-extensions=0.4.1 10 10 zc.recipe.egg=1.0.0 11 11 zc.recipe.testrunner=1.0.0 … … 16 16 ${django:eggs} 17 17 extra-paths = 18 ${django:pythonpath}19 18 ${buildout:directory} 20 19 ${django:location} … … 26 25 os.environ['DJANGO_SETTINGS_MODULE'] = 'exodus.development' 27 26 28 [extras]29 recipe = iw.recipe.subversion30 urls =31 http://django-command-extensions.googlecode.com/svn/trunk@178 django-command-extensions32 33 27 [django] 34 28 recipe = djangorecipe 35 version = 1.0 29 version = 1.0.2 36 30 project = exodus 37 31 wsgi = true 38 32 eggs = 39 33 Werkzeug 40 pythonpath = 41 ${extras:location}/django-command-extensions/ 42 34 django-extensions 35 networkx 43 36 [supervisor] 44 37 recipe = zc.recipe.egg
Note:
See TracChangeset
for help on using the changeset viewer.