Metadata-Version: 1.1
Name: django-dawa
Version: 0.1.0
Summary: Django app for using the dawa API, including models for replicating the address data from https://dawa.aws.dk
Home-page: https://github.com/tykling/django-dawa
Author: Thomas Steen Rasmussen
Author-email: thomas@gibfest.dk
License: BSD License
Download-URL: https://github.com/tykling/django-dawa/archive/v0.1.0.tar.gz
Description: # 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.
        
        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.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
