development.cfg
author Amit Sethi
Tue, 30 Nov 2010 18:34:59 +0530
changeset 323 5d8dd7139b49
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Merging heads

[buildout]
extends = buildout.cfg

eggs += pysqlite

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