development.cfg
author Primal Pappachan <primal007@gmail.com>
Fri, 02 Dec 2011 16:11:19 +0530
branch2011
changeset 474 83ea39f44032
parent 342 21dc37050a37
permissions -rw-r--r--
Merged heads

[buildout]
extends = buildout.cfg

eggs += pysqlite

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