This commit is contained in:
2026-05-10 02:02:48 +03:30
parent cead7dafe2
commit 2d1f7da89e
30 changed files with 1195 additions and 320 deletions
+5
View File
@@ -34,3 +34,8 @@ class WeatherConfig(AppConfig):
def get_weather_data_adapter(self):
return self.weather_data_adapter
def update_weather_for_location(self, location):
from .services import update_weather_for_location
return update_weather_for_location(location)