[importers] Add bgstats import class
All checks were successful
build & deploy / test (push) Successful in 1m57s
build & deploy / build-and-deploy (push) Successful in 29s

This commit is contained in:
2026-05-23 17:03:17 -04:00
parent dce31ed840
commit a4030e89ec
8 changed files with 201 additions and 24 deletions

View File

@ -126,6 +126,11 @@ urlpatterns = [
views.ScrobbleRetroarchImportDetailView.as_view(),
name="retroarch-import-detail",
),
path(
"imports/bgstats/<slug:slug>/",
views.ScrobbleBGStatsImportDetailView.as_view(),
name="bgstats-import-detail",
),
path(
"imports/scale/<slug:slug>/",
views.ScrobbleScaleCSVImportDetailView.as_view(),