This commit is contained in:
2026-04-28 04:11:49 +03:30
parent 10186a0e4c
commit 8471d648a3
15 changed files with 1444 additions and 140 deletions
+6
View File
@@ -12,6 +12,12 @@ class Plant(models.Model):
db_index=True,
help_text="نام گیاه",
)
icon = models.CharField(
max_length=255,
blank=True,
default="leaf",
help_text="آیکون گیاه برای نمایش در فرانت",
)
light = models.CharField(
max_length=255,
blank=True,