development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 16:21:56 +0530
branch2011
changeset 404 17a24435fc93
parent 342 21dc37050a37
permissions -rw-r--r--
changed the 'reaching the venue' page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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