1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

création de l'interface admin temporaire

This commit is contained in:
quark
2024-05-21 11:21:13 +02:00
committed by korenstin
parent 4de2e987ef
commit a481adbae4
7 changed files with 78 additions and 2 deletions

View File

@ -211,6 +211,8 @@ class Transformed_food(models.Model):
transformed_ingredient = models.ForeignKey(
"self",
on_delete = models.CASCADE,
blank = True,
null = True,
related_name = '+',
verbose_name = _('transformed ingredient'),
)