development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:42:13 +0530
branch2011
changeset 459 6cd2a8ce6662
parent 342 21dc37050a37
permissions -rw-r--r--
changed a bit on the sprint page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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