Datensparsam
Datensparsam.de is a Privacy Empowerment App written in Python using Django.
It provides a simple way for German citizen to opt-out from local residents' registration offices by generating personal application forms (so-called Anträge auf Übermittlungssperren).
This civic app was mainly planned and implemented by Jan Brennenstuhl during the international Open-Data-Day 2013 in Berlin.
What do I need?
How do I use it?
-
initialize the database:
python manage.py migrate
-
fill database with fixtures:
python manage.py loaddata api-municipality python manage.py loaddata api-registrationoffice python manage.py loaddata api-zipcode python manage.py loaddata pdfbuilder-form
-
now you can run the server:
python manage.py runserver
Any Test?
You betcha. Run'em using:
python manage.py test --failfast