development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:35:03 +0530
branchpayments
changeset 260 c6f65d399286
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Change the model field name of the payment from paid to confirmed.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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