Fixed grammatical typos in gis docs.

This commit is contained in:
Akshesh 2016-02-29 16:17:14 +05:30 committed by Tim Graham
parent 6dd503851c
commit 2b31f14d89
2 changed files with 3 additions and 6 deletions

View file

@ -94,7 +94,7 @@ Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS`
Like other Django contrib applications, you will *only* need to add
:mod:`django.contrib.gis` to :setting:`INSTALLED_APPS` in your settings.
This is the so that ``gis`` templates can be located -- if not done, then
This is so that the ``gis`` templates can be located -- if not done, then
features such as the geographic admin or KML sitemaps will not function properly.
Troubleshooting