9 lines
200 B
Python
9 lines
200 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WaterConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "water"
|
|
label = "weather_forecast"
|
|
verbose_name = "water"
|