django-dawa

Django app for using the dawa API, including models for replicating the address data from https://dawa.aws.dk


License
BSD-3-Clause
Install
pip install django-dawa==0.1.0

Documentation

django-dawa

Django app to work with the API and replicate the data on https://dawa.aws.dk

Currently the only functional thing here is in the api/ module.

Install from pip: pip install django-dawa

Enable by adding "dawa" to INSTALLED_APPS. If you don't already have "django.contrib.gis" in INSTALLED_APPS you need to add that too.