summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-14 02:10:03 +0530
committerMadhusudan.C.S2011-01-14 02:10:03 +0530
commitc8d64d12818460d42fd6353292827337c7627c2e (patch)
treeec687db86b71eef5ec19d531c34642e71d7405d2
parentc7fbcc84691d4c1abd3f6f96db4a4d7de2646504 (diff)
downloadpytask-c8d64d12818460d42fd6353292827337c7627c2e.tar.gz
pytask-c8d64d12818460d42fd6353292827337c7627c2e.tar.bz2
pytask-c8d64d12818460d42fd6353292827337c7627c2e.zip
Add psycopg2 package for postgresql support.
-rw-r--r--buildout.cfg2
1 files changed, 1 insertions, 1 deletions
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