development.cfg
author Parth buch <parth.buch.115@gmail.com>
Sat, 01 Oct 2011 03:57:37 +0530
branch2011
changeset 428 d7fefdb4b947
parent 342 21dc37050a37
permissions -rw-r--r--
replaced django url tags with get_absolute_url

[buildout]
extends = buildout.cfg

eggs += pysqlite

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