Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/futurecolors/django-geoip
- Owner: futurecolors
- License: mit
- Created: 2011-12-11T14:15:05.000Z (almost 13 years ago)
- Default Branch: dev
- Last Pushed: 2021-10-11T07:14:57.000Z (about 3 years ago)
- Last Synced: 2024-10-01T16:38:03.424Z (about 1 month ago)
- Language: Python
- Homepage: http://django-geoip.readthedocs.org/
- Size: 371 KB
- Stars: 82
- Watchers: 9
- Forks: 52
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
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/