development.cfg
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 10 Dec 2010 16:05:09 +0530
changeset 358 c09beee32d9b
parent 342 21dc37050a37
permissions -rw-r--r--
Updated the tutorial page

[buildout]
extends = buildout.cfg

eggs += pysqlite

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