Add psycopg2 package for postgresql support.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 02:10:03 +0530
changeset 390 a745a95d12f2
parent 389 a25800ef4217
child 391 f917e7f05499
Add psycopg2 package for postgresql support.
buildout.cfg
--- a/buildout.cfg	Fri Jan 14 01:43:35 2011 +0530
+++ b/buildout.cfg	Fri Jan 14 02:10:03 2011 +0530
@@ -2,7 +2,7 @@
 parts = django tagging django-robots south registration
 eggs = 
     PIL
-
+    psycopg2
 
 [django]
 recipe = djangorecipe