development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 30 Nov 2010 16:17:05 +0530
changeset 318 6963bc54d5c2
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Fix preceding accommodation which were stolen away by magic.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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