development.cfg
author Amit Sethi
Wed, 29 Dec 2010 15:12:28 +0530
changeset 371 f2b47f5dac06
parent 342 21dc37050a37
permissions -rw-r--r--
Changes to put a download videos link and page on scipy.in

[buildout]
extends = buildout.cfg

eggs += pysqlite

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