development.cfg
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 30 Oct 2009 15:13:23 +0530
changeset 2 5d9dfa859761
parent 1 fda1c66b25f9
child 5 44bbc75fdd85
permissions -rw-r--r--
Changed the content of the Schedule and CfP pages.

[buildout]
extends =
    buildout.cfg

eggs +=
    pysqlite

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