mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.
Backport of fbab3209fc from master
This commit is contained in:
parent
e149d8ebf0
commit
1deeda5785
@ -17,8 +17,7 @@ Geolocation with GeoIP
|
|||||||
in ``utils``, but will be removed in Django 1.6.
|
in ``utils``, but will be removed in Django 1.6.
|
||||||
|
|
||||||
The :class:`GeoIP` object is a ctypes wrapper for the
|
The :class:`GeoIP` object is a ctypes wrapper for the
|
||||||
`MaxMind GeoIP C API`__. [#]_ This interface is a BSD-licensed alternative
|
`MaxMind GeoIP C API`__. [#]_
|
||||||
to the GPL-licensed `Python GeoIP`__ interface provided by MaxMind.
|
|
||||||
|
|
||||||
In order to perform IP-based geolocation, the :class:`GeoIP` object requires
|
In order to perform IP-based geolocation, the :class:`GeoIP` object requires
|
||||||
the GeoIP C libary and either the GeoIP `Country`__ or `City`__
|
the GeoIP C libary and either the GeoIP `Country`__ or `City`__
|
||||||
@ -29,7 +28,6 @@ you set :setting:`GEOIP_PATH` with in your settings. See the example and
|
|||||||
reference below for more details.
|
reference below for more details.
|
||||||
|
|
||||||
__ http://www.maxmind.com/app/c
|
__ http://www.maxmind.com/app/c
|
||||||
__ http://www.maxmind.com/app/python
|
|
||||||
__ http://www.maxmind.com/app/country
|
__ http://www.maxmind.com/app/country
|
||||||
__ http://www.maxmind.com/app/city
|
__ http://www.maxmind.com/app/city
|
||||||
__ http://www.maxmind.com/download/geoip/database/
|
__ http://www.maxmind.com/download/geoip/database/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user