123123123

This commit is contained in:
2025-04-23 00:22:11 +02:00
parent 9560c8643d
commit 9576899d1a
17 changed files with 113 additions and 66 deletions

6
seed.py Normal file
View File

@@ -0,0 +1,6 @@
from application import db, app
from models import AllowedPlate
with app.app_context():
db.session.add(AllowedPlate("MUN389"))
db.session.commit()