development.cfg
author Kadambari Devarajan <kadambari.devarajan@gmail.com>
Fri, 26 Nov 2010 19:28:20 +0530
changeset 300 6e1001230377
parent 103 034dc9cd752e
child 342 21dc37050a37
permissions -rw-r--r--
Add a page for Important dates and all the boiler plate. Edit and improve the main page content.

[buildout]
extends = buildout.cfg

eggs += pysqlite

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