development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 12 Nov 2011 16:39:00 +0530
branch2011
changeset 446 e98f6525c7b0
parent 342 21dc37050a37
permissions -rw-r--r--
Declaring the conf schedule

[buildout]
extends = buildout.cfg

eggs += pysqlite

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