development.cfg
author Parth buch <parth.buch.115@gmail.com>
Tue, 04 Oct 2011 15:16:52 +0530
branch2011
changeset 434 fbf05ff6dccc
parent 342 21dc37050a37
permissions -rw-r--r--
added important dates to CFP page as per the suggestion of Punit

[buildout]
extends = buildout.cfg

eggs += pysqlite

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