development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 16 Jul 2010 01:33:33 +0530
changeset 106 3a31881564ba
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Add a scope pattern to the URLs.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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