django-gotuskra is a pluggable application for the Django Web Framework providing Icelandic post codes and street names. Downloads and bootstraps the database tables using csv files from the Icelandic post office.
Project page
https://github.com/StefanKjartansson/django-gotuskra
Installing & Setup
Django Gotuskra is in the Python Package Index (PyPI) and you can easily install the latest stable version of it using the tools pip or easy_install. Try:
pip install django-gotuskra
or:
easy_install django-gotuskra
Alternatively, you can install Django Gotuskra from source code running the follow command on directory that contains the file setup.py:
python setup.py install
After installation you need configure your project to recognize the application by adding 'djgotuskra' to your INSTALLED_APPS setting and running syncdb.
Product's homepage
Requirements:
· Python
· Django