Files
Ai/weather/apps.py
T

8 lines
184 B
Python
Raw Normal View History

2026-03-19 22:54:29 +03:30
from django.apps import AppConfig
class WeatherConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "weather"
verbose_name = "Weather Forecast"