Fix scrobble admin and add webpage views

This commit is contained in:
2023-11-30 17:54:28 +01:00
parent edcfbd829a
commit ea894e1ebf
4 changed files with 48 additions and 0 deletions

View File

@ -22,6 +22,9 @@ class ScrobbleInline(admin.TabularInline):
"video_game",
"book",
"sport_event",
"board_game",
"geo_location",
"webpage",
"user",
)
exclude = ("source_id", "scrobble_log")