development.cfg
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 18 Oct 2010 20:30:01 +0530
changeset 174 ccd1a896dfea
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Fixed the bug with sending the mail content post registration.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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