development.cfg
author amit
Sat, 30 Oct 2010 03:33:09 +0530
changeset 186 8bd09b59f359
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Handling the password in mail problem

[buildout]
extends = buildout.cfg

eggs += pysqlite

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