futurecolors / django-geoip

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

Home Page:http://django-geoip.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django GeoIP

image

image

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/

About

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

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

License:MIT License


Languages

Language:Python 99.6%Language:Makefile 0.4%