2026-02-25 12:21:53 +03:30
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
|
|
|
2026-05-02 06:16:36 +03:30
|
|
|
class FertilizationConfig(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 = "fertilization"
|
|
|
|
|
label = "fertilization_recommendation"
|
2026-04-30 04:00:07 +03:30
|
|
|
verbose_name = "Fertilization Recommendation & Plan Parser"
|