Vorbereitung für Erfassung neuer Gerichte

This commit is contained in:
2026-06-26 09:29:22 +02:00
parent d7461cb7d2
commit 40bd15f378
6 changed files with 152 additions and 14 deletions
+1
View File
@@ -128,6 +128,7 @@ class Gericht(models.Model):
)
ist_vegetarisch = models.BooleanField(default=False)
ist_allergene_frei = models.BooleanField(default=False)
beschreibung = models.TextField(blank=True, null=True) # Zutaten/Rohstoffe Beschreibung (Textfeld für V1)
allergene = models.TextField(blank=True, default="")
preis = models.DecimalField(max_digits=5, decimal_places=2, default=0.00)