development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 26 Oct 2011 21:47:22 +0530
branch2011
changeset 437 47dfebb899c7
parent 342 21dc37050a37
permissions -rw-r--r--
changed the important dates

[buildout]
extends = buildout.cfg

eggs += pysqlite

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