This commit is contained in:
2026-04-28 04:11:09 +03:30
parent 5f0d94b8fd
commit 9b7d412445
17 changed files with 849 additions and 30 deletions
+7
View File
@@ -0,0 +1,7 @@
from django.apps import AppConfig
class PlantsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "plants"
verbose_name = "Plants"