development.cfg
author Primal Pappachan <primal007@gmail.com>
Fri, 02 Dec 2011 16:48:56 +0530
branch2011
changeset 476 b589c15fa60f
parent 342 21dc37050a37
permissions -rw-r--r--
merged

[buildout]
extends = buildout.cfg

eggs += pysqlite

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