development.cfg
author primal primal007@gmail.com
Mon, 05 Dec 2011 10:40:37 +0530
branch2011
changeset 510 a7e85cdc6ed0
parent 342 21dc37050a37
permissions -rw-r--r--
day 1 blog and schedlue correcte

[buildout]
extends = buildout.cfg

eggs += pysqlite

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