[birds] Move importer to scrobbles and webdav
This commit is contained in:
@ -141,6 +141,11 @@ urlpatterns = [
|
||||
views.ScrobbleTrailGPXImportDetailView.as_view(),
|
||||
name="trail-gpx-import-detail",
|
||||
),
|
||||
path(
|
||||
"imports/ebird-csv/<slug:slug>/",
|
||||
views.ScrobbleBirdingCSVImportDetailView.as_view(),
|
||||
name="ebird-csv-import-detail",
|
||||
),
|
||||
path(
|
||||
"long-plays/",
|
||||
views.ScrobbleLongPlaysView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user