development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 14 Jan 2010 15:54:34 +0530
changeset 84 d01c62c2a628
parent 5 44bbc75fdd85
child 94 e86755df35da
permissions -rw-r--r--
Added the initial proceedings app files and enabled them in both production and development settings.

[buildout]
extends =
    buildout.cfg

#eggs +=
#    pysqlite

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