[locations] Add weather fetching to birds and moods
All checks were successful
build & deploy / test (push) Successful in 1m49s
build & deploy / build-and-deploy (push) Successful in 30s

This commit is contained in:
2026-05-20 13:19:54 -04:00
parent c7850878fe
commit 3014a30616
7 changed files with 105 additions and 86 deletions

View File

@ -16,6 +16,7 @@ class GeoLocationAdmin(admin.ModelAdmin):
"altitude",
)
ordering = ("-created",)
search_fields = ("title",)
inlines = [
ScrobbleInline,
]