development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 09:55:15 +0530
branch2011
changeset 451 009e28b3d11d
parent 342 21dc37050a37
permissions -rw-r--r--
Updated h4 tag to add color

[buildout]
extends = buildout.cfg

eggs += pysqlite

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