development.cfg
author Amit Sethi
Fri, 24 Dec 2010 16:02:21 +0530
changeset 368 704af5be5fb9
parent 342 21dc37050a37
permissions -rw-r--r--
Merging heads

[buildout]
extends = buildout.cfg

eggs += pysqlite

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