development.cfg
author parth buch<parth.buch.115@gmail.com>
Fri, 30 Sep 2011 15:11:36 +0530
branch2011
changeset 415 4b10ebd2e758
parent 342 21dc37050a37
permissions -rw-r--r--
changed the database user and name

[buildout]
extends = buildout.cfg

eggs += pysqlite

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