development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 21 Jul 2010 02:04:48 +0530
changeset 135 782f958b2cb2
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Changed the URL to scope based system.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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