development.cfg
changeset 5 cca34bc300d7
--- /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}