mirror of
https://github.com/Hopiu/django.git
synced 2026-05-23 22:35:56 +00:00
Added a note about postgis_topology in install docs
Thanks Paolo Corti for the suggestion.
This commit is contained in:
parent
934f35f1f9
commit
c76877c1d2
1 changed files with 3 additions and 0 deletions
|
|
@ -523,6 +523,9 @@ spatial functionality::
|
|||
> CREATE EXTENSION postgis;
|
||||
> CREATE EXTENSION postgis_topology;
|
||||
|
||||
No PostGIS topology functionalities are yet available from GeoDjango, so the
|
||||
creation of the ``postgis_topology`` extension is entirely optional.
|
||||
|
||||
.. _spatialdb_template_earlier:
|
||||
|
||||
Creating a spatial database template for earlier versions
|
||||
|
|
|
|||
Loading…
Reference in a new issue