development.cfg
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 20:37:47 +0530
branch2011
changeset 426 8d55ce40211c
parent 342 21dc37050a37
permissions -rw-r--r--
fixed typo in eric's bio, sorted out speakers

[buildout]
extends = buildout.cfg

eggs += pysqlite

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