Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/futurecolors/django-geoip

App to figure out where your visitors are from by their IP address.
https://github.com/futurecolors/django-geoip

Last synced: 13 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Django GeoIP
============

.. image:: https://secure.travis-ci.org/futurecolors/django-geoip.png?branch=dev
:target: https://travis-ci.org/futurecolors/django-geoip

.. image:: https://coveralls.io/repos/futurecolors/django-geoip/badge.png?branch=dev
:target: https://coveralls.io/r/futurecolors/django-geoip/

A Django app to figure out where your visitors are using their IP address.

It detects country, region and city, querying the database with geodata.
Optional high-level API provides user location in request object.

Requires Django 1.10+, supports python 2.7, 3.4, 3.5.

Docs: http://django-geoip.readthedocs.org/