#!/bin/sh python3 manage.py makemessages --ignore="static" --ignore=".env" -l de python3 manage.py compilemessages python3 manage.py runserver 0.0.0.0:8001