Add basic location tracking

This commit is contained in:
2023-11-23 00:58:11 +01:00
parent a5d729d26a
commit fc64dfadba
14 changed files with 412 additions and 1 deletions

View File

@ -34,6 +34,11 @@ urlpatterns = [
views.lastfm_import,
name="lastfm-import",
),
path(
"webhook/gps/",
views.gps_webhook,
name="gps-webhook",
),
path(
"webhook/jellyfin/",
views.jellyfin_webhook,