django-postcode-lookup

Pluggable postcode lookup endpoint

Installation

pip install django_postcode_lookup

Usage

Add the following to your urls.py:

url(r'^postcode-lookup/', include('django_postcode_lookup.urls')),

Add a setting with the required backend

POSTCODE_LOOKUP_BACKEND = 'django_postcode_lookup.backend.webservices_nl'