The sagsderpolizei.de is a survey tool with special focus on privacy and anonymity of participants. It is designed to provide feedback to government authorities and other government institutions without them being able to track who has provided the feedback.
The project started at the UpdateDeutschland 48h-Sprint.
- Mark
src/open_survey_tool
as source root in Pycharm cd src/ && python -m venv venv
source venv/bin/activate
pip install -r src/requirements-dev.txt
docker-compose up -d
- In
src/open_survey_tool
runpython manage.py migrate
- Run
docker-compose down --volumes
to clear the DB.