development.cfg
author Parth buch <parth.buch.115@gmail.com>
Wed, 14 Sep 2011 16:27:06 +0530
branch2011
changeset 405 6795ae41f54b
parent 342 21dc37050a37
permissions -rw-r--r--
changed the javascript on registration page to have only four days of accomodation

[buildout]
extends = buildout.cfg

eggs += pysqlite

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