/datensparsam

Übermittlungssperre - Opt-out private and personal data at governmental record sections in Germany.

Primary LanguagePythonMIT LicenseMIT

Datensparsam

Build Status Coverage Status Codacy Badge Deployment status from dploy.io

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?

Requirements Status

How do I use it?

  1. initialize the database:

     python manage.py migrate
    
  2. 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
    
  3. now you can run the server:

      python manage.py runserver
    

Any Test?

You betcha. Run'em using:

    python manage.py test --failfast