development.cfg
author primal primal007@gmail.com
Sun, 11 Sep 2011 16:46:33 +0530
branch2011
changeset 390 bf3ce37fb45b
parent 342 21dc37050a37
permissions -rw-r--r--
Test Commit

[buildout]
extends = buildout.cfg

eggs += pysqlite

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