django-geoip

App to figure out where your visitors are from by their IP address.

Right now django-geoip is based on ipgeobase.ru data and provides accurate geolocation in Russia and Ukraine only. There are plans to add other backends in future releases.

Development

You can grab latest code on dev branch at Github.

Feel free to submit issues, pull requests are also welcome.

Tests

You can run testsuite this way:

python manage.py runtests.py

Table Of Contents

Next topic

Installation

This Page