diff options
author | Madhusudan.C.S | 2011-01-14 02:10:03 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-01-14 02:10:03 +0530 |
commit | c8d64d12818460d42fd6353292827337c7627c2e (patch) | |
tree | ec687db86b71eef5ec19d531c34642e71d7405d2 | |
parent | c7fbcc84691d4c1abd3f6f96db4a4d7de2646504 (diff) | |
download | pytask-c8d64d12818460d42fd6353292827337c7627c2e.tar.gz pytask-c8d64d12818460d42fd6353292827337c7627c2e.tar.bz2 pytask-c8d64d12818460d42fd6353292827337c7627c2e.zip |
Add psycopg2 package for postgresql support.
-rw-r--r-- | buildout.cfg | 2 |
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 |