development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 10 Dec 2010 20:30:06 +0530
changeset 363 6c860e686ba3
parent 342 21dc37050a37
permissions -rw-r--r--
Added all the images required to the reaching the venue page.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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