Skip to main content

django-googlemap is a simple Django app to show the google map from ip addresses.

Project description

django-googlemap is a simple Django app to show the google map from ip addresses.

Detailed documentation is in the “docs” directory.

Quick start

  1. Install django-googlemap:

    pip install django-googlemap
  2. Add “django-googlemap” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'googlemap',
    )
  3. Add urls.py:

    urlpatterns = patterns('',
        ...
        url(r'^googlemap/', include('googlemap.urls')),
    )
  1. In your template html:

    {% load gmap_tags %}
    
    <!--
        <ip_list> is a list of ip addresses
        <width> default is auto
        <height> default is 400px
        <show_input> default if false
      -->
    {% ip_on_map <ip_List> <width> <height> True %}
  2. Settings(optional):

    # Download maxmind free geo database from http://dev.maxmind.com/geoip/legacy/geolite/
    
    MAXMIND_CITY_DB_PATH = 'Your data file path'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-googlemap-0.5.tar.gz (10.6 MB view details)

Uploaded Source

File details

Details for the file django-googlemap-0.5.tar.gz.

File metadata

File hashes

Hashes for django-googlemap-0.5.tar.gz
Algorithm Hash digest
SHA256 720ab10a6c7a4a1f4dc3962dac43a0b6b04bf6d86b2cb60c4d0a3f168e5c9593
MD5 6c1db3ce1b4f11f93a066d0a0ab55f3b
BLAKE2b-256 f39d70610df68ec2ab6880a563f2a47145b2a16048da4d55a2a447bef0e9be18

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page