From c8d64d12818460d42fd6353292827337c7627c2e Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 14 Jan 2011 02:10:03 +0530 Subject: Add psycopg2 package for postgresql support. --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 30169b2..2dc4b2c 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -2,7 +2,7 @@ parts = django tagging django-robots south registration eggs = PIL - + psycopg2 [django] recipe = djangorecipe -- cgit