development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 17 Sep 2011 18:20:01 +0530
branch2011
changeset 411 0e6657d73a6a
parent 342 21dc37050a37
permissions -rw-r--r--
Removing PSF from sponsors page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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