development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 16:20:00 +0530
branch2011
changeset 379 7e843a934d74
parent 342 21dc37050a37
permissions -rw-r--r--
Changed the title and header to Scipy 2011

[buildout]
extends = buildout.cfg

eggs += pysqlite

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