mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.
Django 1.9 drops support for PostgreSQL 9.0 where creating a database using a template was needed.
This commit is contained in:
parent
0cc0e676c0
commit
dfced0921c
2 changed files with 7 additions and 30 deletions
|
@ -63,6 +63,9 @@ spatial functionality::
|
|||
$ psql <db name>
|
||||
> CREATE EXTENSION postgis;
|
||||
|
||||
The database user must be a superuser in order to run
|
||||
``CREATE EXTENSION postgis;``.
|
||||
|
||||
GeoDjango does not currently leverage any `PostGIS topology functionality`__.
|
||||
If you plan to use those features at some point, you can also install the
|
||||
``postgis_topology`` extension by issuing ``CREATE EXTENSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue