mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.
This commit is contained in:
parent
9d9ec0c79f
commit
d44ee518c4
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ The `psycopg2`_ module is required for use as the database adapter when using
|
|||
GeoDjango with PostGIS.
|
||||
|
||||
On Debian/Ubuntu, you are advised to install the following packages:
|
||||
``postgresql-x.x``, ``postgresql-x.x-postgis``, ``postgresql-server-dev-x.x``,
|
||||
and ``python-psycopg2`` (x.x matching the PostgreSQL version you want to
|
||||
``postgresql-x``, ``postgresql-x-postgis-3``, ``postgresql-server-dev-x``,
|
||||
and ``python3-psycopg2`` (x matching the PostgreSQL version you want to
|
||||
install). Alternately, you can `build from source`_. Consult the
|
||||
platform-specific instructions if you are on :ref:`macos` or :ref:`windows`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue