development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 15 Nov 2010 14:59:46 +0530
branchpayments
changeset 248 0fc144c69e84
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Add paid boolean field to payment model to know whether the user has already paid the fees or not.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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