summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhilash Raj2015-05-27 12:15:53 +0530
committerAbhilash Raj2015-05-27 12:15:53 +0530
commite90be65337f63507c6c5be89078738ce69f2e92b (patch)
tree457bab3bf877a0c608ff2c729e4f399ede5af102
parent4a7e3cf333359e022b6df1ecdee83141d9e54084 (diff)
downloadmailman-e90be65337f63507c6c5be89078738ce69f2e92b.tar.gz
mailman-e90be65337f63507c6c5be89078738ce69f2e92b.tar.zst
mailman-e90be65337f63507c6c5be89078738ce69f2e92b.zip
-rw-r--r--src/mailman/docs/DATABASE.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mailman/docs/DATABASE.rst b/src/mailman/docs/DATABASE.rst
index a6d1877ed..ed513b841 100644
--- a/src/mailman/docs/DATABASE.rst
+++ b/src/mailman/docs/DATABASE.rst
@@ -41,6 +41,10 @@ help. Let's say you create the `mailman` database in PostgreSQL via::
$ sudo -u postgres createdb -O $USER mailman
+You would also need the python driver `psycopg2` for Postgresql.::
+
+ $ pip install psycopg2
+
You would then need to set both the `class` and `url` variables in
`mailman.cfg` like so::