development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:23:40 +0530
changeset 123 d4799b7159e4
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Add scope for all the URLs and adjust the formatting and indentation.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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