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

few changes in models, delete default label

This commit is contained in:
quark
2024-05-25 16:47:24 +02:00
committed by korenstin
parent 0801ad64ae
commit 3f997f94fa
2 changed files with 18 additions and 1 deletions

View File

@ -194,7 +194,6 @@ class BasicFood(models.Model):
blank=False,
null=False,
upload_to='label/',
default= 'pic/default.png',
)
was_eaten = models.BooleanField(