development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 16:16:04 +0530
branch2011
changeset 401 415a631c6dc7
parent 342 21dc37050a37
permissions -rw-r--r--
changed some basic styling

[buildout]
extends = buildout.cfg

eggs += pysqlite

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