django-geoip ============ App to figure out where your visitors are from by their IP address. .. note:: Currentrly ``django-geoip`` supports only `ipgeobase.ru `_ backend. It provides accurate geolocation in Russia and Ukraine only. There are plans to add other backends in future releases. Contents -------- .. toctree:: :maxdepth: 2 installation howitworks highlevel backends update settings reference changelog 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