development.cfg
author Anoop Jacob Thomas<anoop@fossee.in>
Thu, 21 Oct 2010 17:41:06 +0530
changeset 178 ec36f03fdca4
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Changed bug in menu.

[buildout]
extends = buildout.cfg

eggs += pysqlite

[django]
settings = development
eggs = ${buildout:eggs}