development.cfg
author primal primal007@gmail.com
Sat, 03 Dec 2011 23:04:37 +0530
branch2011
changeset 502 baa859d0df1b
parent 342 21dc37050a37
permissions -rw-r--r--
link fixed

[buildout]
extends = buildout.cfg

eggs += pysqlite

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