Adds object creation from spotify
Now includes functions to convert json to track, artist and album
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('tracks/', views.TrackView.as_view()),
|
||||
path('track/<str:spotify_id>', views.TrackView.as_view()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user