Skip to main content

django-thjodskra is a simple app for integrating the icelandic national registry into your django project

Project description

django-thjodskra
================

django-thjodskra is a simple app for integrating the icelandic national registry into your project.
You still need to aquire the data files through the proper channel. This project only contains django models and functions for dealing with the archaic fileformat provided by the registry distributors.

###Installation:
pip install django-thjodskra

###Usage:
thjodskra.models.Person corresponds to rows in the national registry.

python manage.py import_entities
This should only be used for the initial import of registry data, i.e. when you have an empty DB and a big text file containing the complete registry.

python manage.py fetch_update
Fetches update file via FTP, this file can then be used with update_people

Requires django settings:

THJODSKRA = {
'host': [Address of your update provider],
'username': [FTP Username],
'password': [FTP Password],
'file': [Path and name of update file to fetch]
}

python manage.py update_entities [filename]
Imports people that have not yet been added to local database and updates the info of those who have.

This can then be added to any script or cronjob as needed.

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-thjodskra-0.6.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file django-thjodskra-0.6.tar.gz.

File metadata

File hashes

Hashes for django-thjodskra-0.6.tar.gz
Algorithm Hash digest
SHA256 b43c30d9929a3ceb34c53bd8f6c8e3cef42838b4fc37ea0f6db4d44841bec09c
MD5 be4f7b3b3c9774e0c22539c7b4a39c1b
BLAKE2b-256 f87361770becd87442920b79bbdb99ba7d2b198fbe32e4204941dd070f58c4b8

See more details on using hashes here.

Supported by

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