development.cfg
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 29 Oct 2010 19:50:58 +0530
changeset 184 889a396bf8b9
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Fixed the left menu.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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