diff options
| author | Abhilash Raj | 2015-05-27 12:15:53 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-05-27 12:15:53 +0530 |
| commit | e90be65337f63507c6c5be89078738ce69f2e92b (patch) | |
| tree | 457bab3bf877a0c608ff2c729e4f399ede5af102 | |
| parent | 4a7e3cf333359e022b6df1ecdee83141d9e54084 (diff) | |
| download | mailman-e90be65337f63507c6c5be89078738ce69f2e92b.tar.gz mailman-e90be65337f63507c6c5be89078738ce69f2e92b.tar.zst mailman-e90be65337f63507c6c5be89078738ce69f2e92b.zip | |
| -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:: |
