Skip to content

Commit 0b133d1

Browse files
authored
Fix import path to PostGIS backend in the documentation (#175)
1 parent 9aecb3d commit 0b133d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Settings
99

1010
``DATABASES[db_name]['ENGINE']`` must be set to ``"psqlextra.backend"``. If you're already using a custom back-end, set ``POSTGRES_EXTRA_DB_BACKEND_BASE`` to your custom back-end. This will instruct ``django-postgres-extra`` to wrap the back-end you specified.
1111

12-
A good example of where this might be need is if you are using the PostGIS back-end: ``django.contrib.db.backends.postgis``.
12+
A good example of where this might be need is if you are using the PostGIS back-end: ``django.contrib.gis.db.backends.postgis``.
1313

1414
**Default value**: ``django.db.backends.postgresql``
1515

0 commit comments

Comments
 (0)