[locations] Add weather fetching to birds and moods
This commit is contained in:
@ -16,6 +16,7 @@ class GeoLocationAdmin(admin.ModelAdmin):
|
||||
"altitude",
|
||||
)
|
||||
ordering = ("-created",)
|
||||
search_fields = ("title",)
|
||||
inlines = [
|
||||
ScrobbleInline,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user