development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 09:39:22 +0530
branch2011
changeset 450 c4e4cee8b99a
parent 342 21dc37050a37
permissions -rw-r--r--
replaced the usernames with real names on the conf schedule page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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