development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 03 Dec 2011 12:51:00 +0530
branch2011
changeset 491 3c981ecb6b8e
parent 342 21dc37050a37
permissions -rw-r--r--
updated the schedule

[buildout]
extends = buildout.cfg

eggs += pysqlite

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