development.cfg
author Amit Sethi
Wed, 01 Dec 2010 19:45:16 +0530
changeset 328 f71e17a05344
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Fixed a link bug on accounts.html template enables editting talks

[buildout]
extends = buildout.cfg

eggs += pysqlite

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