development.cfg
author primal primal007@gmail.com
Thu, 01 Dec 2011 14:09:23 +0530
branch2011
changeset 463 f54903f0c28e
parent 342 21dc37050a37
permissions -rw-r--r--
Added contact page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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