Files
Backend/crop_health/apps.py
T
2026-04-11 03:54:15 +03:30

8 lines
186 B
Python

from django.apps import AppConfig
class CropHealthConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "crop_health"
verbose_name = "Crop Health"