development.cfg
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 18:52:10 +0530
branch2011
changeset 417 4dd4f6d77e10
parent 342 21dc37050a37
permissions -rw-r--r--
changed the registration page to make it static and incorporate doattend

[buildout]
extends = buildout.cfg

eggs += pysqlite

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