development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 08 Sep 2011 16:24:45 +0530
branch2011
changeset 381 0a9e3b8f6fee
parent 342 21dc37050a37
permissions -rw-r--r--
Changed host city to Mumbai in menu

[buildout]
extends = buildout.cfg

eggs += pysqlite

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