# HG changeset patch # User Madhusudan.C.S # Date 1294951203 -19800 # Node ID a745a95d12f20a40e295bcaa75de41fd83957a95 # Parent a25800ef4217777219e83d8a34b4badb2223c93c Add psycopg2 package for postgresql support. diff -r a25800ef4217 -r a745a95d12f2 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