development.cfg
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:25:37 +0530
branch2011
changeset 440 04c3084c412b
parent 342 21dc37050a37
permissions -rw-r--r--
changed the fb link

[buildout]
extends = buildout.cfg

eggs += pysqlite

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