Skip to content

Commit

Permalink
Fixed #19072 -- Corrected an external file path in GeoIP docs
Browse files Browse the repository at this point in the history
Thanks Flavio Curella for the report and the initial patch.
  • Loading branch information
claudep committed Oct 5, 2012
1 parent a35d7fd commit 0636c95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ref/contrib/gis/geoip.txt
Expand Up @@ -23,10 +23,10 @@ to the GPL-licensed `Python GeoIP`__ interface provided by MaxMind.
In order to perform IP-based geolocation, the :class:`GeoIP` object requires
the GeoIP C libary and either the GeoIP `Country`__ or `City`__
datasets in binary format (the CSV files will not work!). These datasets may be
`downloaded from MaxMind`__. Grab the ``GeoIP.dat.gz`` and ``GeoLiteCity.dat.gz``
and unzip them in a directory corresponding to what you set
:setting:`GEOIP_PATH` with in your settings. See the example and reference below
for more details.
`downloaded from MaxMind`__. Grab the ``GeoLiteCountry/GeoIP.dat.gz`` and
``GeoLiteCity.dat.gz`` files and unzip them in a directory corresponding to what
you set :setting:`GEOIP_PATH` with in your settings. See the example and
reference below for more details.

__ http://www.maxmind.com/app/c
__ http://www.maxmind.com/app/python
Expand Down

0 comments on commit 0636c95

Please sign in to comment.