diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mailman/docs/DATABASE.rst | 4 |
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:: |
