Django app containing a list of Icelandic addresses
Project description
Django app containing a list of Icelandic addresses
Getting It
You can get django-icelandic-addresses by using pip or easy_install:
$ pip install django-icelandic-addresses or $ easy_install django-icelandic-addresses
Installing It
To enable ice_addresses in your project you need to add it to INSTALLED_APPS in your projects settings.py file:
INSTALLED_APPS = ( ... 'ice_addresses', ... )
Using It
Import data from staðfangaskrá:
$ python manage.py import_ice_addresses
And in code:
from ice_addresses.models import Address, Street laugavegur_1 = Address.objects.filter( street=Street.objects \ .filter(name_nominative='Laugavegur') \ .filter(postcode__id=101), house_number=1)
TODO
Address form
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
Close
Hashes for django-icelandic-addresses-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62726aaf6a36d3c680d332cab726c0fc152dc2fbeebee6488e15c2ed0fa55155 |
|
MD5 | 40d34361c9fb1cfacab5df8fa04ef10b |
|
BLAKE2b-256 | 5492b6c6ab1ae95c25c3115717df1292cf04675209005eb837b58ce25a94ef13 |