8 lines
228 B
Python
8 lines
228 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class IrrigationRecommendationConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "irrigation_recommendation"
|
|
verbose_name = "Irrigation Recommendation"
|