development.cfg
changeset 1 fda1c66b25f9
child 5 44bbc75fdd85
--- /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}