Cleanup and added readme

This commit is contained in:
2025-04-25 17:16:05 +02:00
parent a6f5ee391d
commit 55aac5db69
5 changed files with 91 additions and 19 deletions

View File

@@ -2,5 +2,6 @@ from application import db, app
from application.models import AllowedPlate
with app.app_context():
AllowedPlate.query.delete()
db.session.add(AllowedPlate("MUN389"))
db.session.commit()