development.cfg
author Primal Pappachan <primal007@gmail.com>
Fri, 02 Dec 2011 16:48:45 +0530
branch2011
changeset 475 6f5e358c0a10
parent 342 21dc37050a37
permissions -rw-r--r--
Outstanding changes

[buildout]
extends = buildout.cfg

eggs += pysqlite

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