comparison buildout.cfg @ 251:cbbc747949f9

Add new sql2dot tool to generate database diagram.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Thu, 26 Apr 2012 19:03:39 +0200
parents 3d524d31d1c2
children 773d9567dcb2
comparison
equal deleted inserted replaced
250:239c7d077f20 251:cbbc747949f9
12 12
13 # generate scripts pointing to the right configuration file 13 # generate scripts pointing to the right configuration file
14 [instance] 14 [instance]
15 recipe = zc.recipe.egg:script 15 recipe = zc.recipe.egg:script
16 eggs = ${install:eggs} 16 eggs = ${install:eggs}
17 scripts = run admin 17 scripts = run admin sql2dot
18 arguments = '${buildout:directory}/etc/ltpdarepo' 18 arguments = '${buildout:directory}/etc/ltpdarepo'
19 19
20 # generate wsgi application 20 # generate wsgi application
21 [wsgi] 21 [wsgi]
22 recipe = zc.recipe.egg:script 22 recipe = zc.recipe.egg:script