[lifeevents] Add life events to scrobbles

This commit is contained in:
2024-05-23 00:14:06 -04:00
parent 8ed0bd3d21
commit e15d253d58
12 changed files with 218 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class ScrobbleInline(admin.TabularInline):
"board_game",
"geo_location",
"web_page",
"life_event",
"user",
)
exclude = (
@ -118,6 +119,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
"board_game",
"geo_location",
"web_page",
"life_event",
)
list_filter = (
"is_paused",