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:
Flavio Curella 2015-09-10 17:37:58 -05:00 committed by Tim Graham
parent 0cc0e676c0
commit dfced0921c
2 changed files with 7 additions and 30 deletions

View file

@ -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