development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 18:57:36 +0530
branch2011
changeset 409 90879781b517
parent 342 21dc37050a37
permissions -rw-r--r--
changed some typos and errors in reaching.html

[buildout]
extends = buildout.cfg

eggs += pysqlite

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