Skip to main content

No project description provided

Project description

https://img.shields.io/codeship/1e437ad0-05f2-0135-5add-32bab775782c/master.svg?style=flat-square https://img.shields.io/codecov/c/github/leonardoarroyo/django-google-address.svg?style=flat-square https://readthedocs.org/projects/django-google-address/badge/?version=stable&style=flat-square https://img.shields.io/pypi/v/django-google-address.svg?style=flat-square

Address model backed by Google Maps API for your project.

Getting Started

Installing

  1. Install django-google-address:

    pip install django-google-address
  2. Add it to INSTALLED_APPS on settings.py:

    INSTALLED_APPS = [
      ...,
      'google_address'
    ]
  3. Migrate:

    ./manage.py migrate

Using

Create an Address object with the raw address. Requests will be made to the Google API when saving the address:

>>> from google_address.models import Address
>>> a = Address(raw="Av. Paulista, 1000")
>>> a.save()
>>> a.address_line
'Avenida Paulista, 1000, Bela Vista, São Paulo, SP, Brazil'

Documentation

You can check the complete documentation here.

Testing

To test this module

python google_address/tests/runtests.py

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

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-google-address-1.1.0.tar.gz (16.6 kB view hashes)

Uploaded Source

Supported by

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