Darstellung von Umlauten

This commit is contained in:
Erik Thiele
2026-05-19 22:02:49 +02:00
parent 0199a21a66
commit 68e0ea7658
11 changed files with 60 additions and 28 deletions

2
app.py
View File

@@ -12,7 +12,7 @@ from werkzeug.security import check_password_hash, generate_password_hash
app = Flask(__name__)
app.config["SECRET_KEY"] = "dev-secret-key"
APP_VERSION = "1.1.0"
APP_VERSION = "1.5.0"
DATABASE = Path(__file__).with_name("inventory.db")
LOGFILE = Path(__file__).with_name("inventory.log")