development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 15:53:57 +0530
branch2011
changeset 399 f2485a99f0bc
parent 342 21dc37050a37
permissions -rw-r--r--
changed the sponsors information to 2011

[buildout]
extends = buildout.cfg

eggs += pysqlite

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