Definition of Done (DoD)
Run the following checks before starting a pullrequest to avoid of error while github actions.
run makemigrations
run migrate
run makemessages
check translations in mrmap/locale/de/LC_MESSAGES/django.po (empty strings are not allowed)
run compilemessages
run tests
run production compose file docker-compose -f docker-compose.yml up --build