development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 03 Dec 2011 14:34:47 +0530
branch2011
changeset 492 3fcab949fc59
parent 342 21dc37050a37
permissions -rw-r--r--
merge

[buildout]
extends = buildout.cfg

eggs += pysqlite

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