[widgets] Add food and trails widgets
This commit is contained in:
@ -22,6 +22,16 @@ urlpatterns = [
|
||||
views.EmbeddableTopBooksWidget.as_view(),
|
||||
name="embeddable-top-books",
|
||||
),
|
||||
path(
|
||||
"widget/top-trails/<str:period>/<int:user_id>/",
|
||||
views.EmbeddableTopTrailsWidget.as_view(),
|
||||
name="embeddable-top-trails",
|
||||
),
|
||||
path(
|
||||
"widget/top-foods/<str:period>/<int:user_id>/",
|
||||
views.EmbeddableTopFoodsWidget.as_view(),
|
||||
name="embeddable-top-foods",
|
||||
),
|
||||
path(
|
||||
"manual/lookup/",
|
||||
views.ManualScrobbleView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user