development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 02 Nov 2011 23:32:11 +0530
branch2011
changeset 443 7fe2b15ee82f
parent 342 21dc37050a37
permissions -rw-r--r--
Changed the edit-talk link to include params.scope Bug:notified by mateusz/jarrod

[buildout]
extends = buildout.cfg

eggs += pysqlite

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