development.cfg
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:08:05 +0530
branch2011
changeset 433 803763334c6d
parent 342 21dc37050a37
permissions -rw-r--r--
added gaels image

[buildout]
extends = buildout.cfg

eggs += pysqlite

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