development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 16:10:54 +0530
branch2011
changeset 377 bbb0f40223be
parent 342 21dc37050a37
permissions -rw-r--r--
changed current scope to scipy/2011

[buildout]
extends = buildout.cfg

eggs += pysqlite

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