diff -r 12ca78ff63e4 -r cca34bc300d7 development.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/development.cfg Sun Jan 24 19:16:56 2010 +0530 @@ -0,0 +1,10 @@ +[buildout] +extends = + buildout.cfg + +eggs += + pysqlite + +[django] +settings = development +eggs = ${buildout:eggs}