development.cfg
author amit
Sat, 30 Oct 2010 11:58:42 +0530
changeset 187 49b1ec16f6ab
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Merging heads

[buildout]
extends = buildout.cfg

eggs += pysqlite

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