urls.py
app_name = "spotify" urlpatterns = [ path("home/" , Search.as_view() , name= "home"), path("data/" , View.as_v