UPDATE
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user