development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 17 Sep 2011 18:11:53 +0530
branch2011
changeset 410 8266891e48ec
parent 342 21dc37050a37
permissions -rw-r--r--
Removed the FSF logo

[buildout]
extends = buildout.cfg

eggs += pysqlite

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