nötige Anpassungen nach Merge

This commit is contained in:
2026-06-12 11:15:53 +02:00
parent 297ee45590
commit 0868caf35f
5 changed files with 94 additions and 76 deletions
@@ -0,0 +1,14 @@
# Generated by Django 5.2.14 on 2026-06-12 09:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('mensa_app', '0005_alter_bestellung_id_alter_gericht_id_and_more'),
('mensa_app', '0009_alter_gericht_time_creation_and_more'),
]
operations = [
]