2026-02-25 12:21:53 +03:30
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
|
|
|
2026-05-02 06:16:36 +03:30
|
|
|
class IrrigationConfig(AppConfig):
|
2026-02-25 12:21:53 +03:30
|
|
|
default_auto_field = "django.db.models.BigAutoField"
|
2026-05-02 06:16:36 +03:30
|
|
|
name = "irrigation"
|
|
|
|
|
label = "irrigation_recommendation"
|
2026-04-30 04:00:07 +03:30
|
|
|
verbose_name = "Irrigation Recommendation & Plan Parser"
|