development.cfg
author Primal Pappachan <primal007@gmail.com>
Thu, 01 Dec 2011 19:05:43 +0530
branch2011
changeset 473 5610783f66d6
parent 342 21dc37050a37
permissions -rw-r--r--
merged branches

[buildout]
extends = buildout.cfg

eggs += pysqlite

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