development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 15:06:00 +0530
branch2011
changeset 393 f0f04f758f4b
parent 342 21dc37050a37
permissions -rw-r--r--
removed distribute setup files that can by mistake

[buildout]
extends = buildout.cfg

eggs += pysqlite

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