development.cfg
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:26:19 +0530
branch2011
changeset 457 b29742d04112
parent 342 21dc37050a37
permissions -rw-r--r--
fixed a typo in urls.py

[buildout]
extends = buildout.cfg

eggs += pysqlite

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