diff -r 9a77edda77b7 -r fda1c66b25f9 development.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/development.cfg Fri Oct 30 15:09:12 2009 +0530 @@ -0,0 +1,10 @@ +[buildout] +extends = + buildout.cfg + +eggs += + pysqlite + +[django] +settings = development +eggs = ${buildout:eggs}