chore: Änderungen commited

This commit is contained in:
2025-05-02 19:23:38 +02:00
parent 7003c89447
commit 84f8a6bf31
6 changed files with 128 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ from datetime import datetime
# Erstelle eine temporäre Flask-App, um die Datenbank zu initialisieren
app = Flask(__name__)
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///systades.db'
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///database/systades.db'
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
db.init_app(app)