development.cfg
author primal primal007@gmail.com
Mon, 30 Jan 2012 15:18:14 +0530
branch2011
changeset 521 eaa64de2887f
parent 342 21dc37050a37
permissions -rw-r--r--
Test

[buildout]
extends = buildout.cfg

eggs += pysqlite

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