You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to pass id parameter example y = Times.objects.get(id=id) or Profile = Profile.objects.get(user=request.user) because i want individual chart for any user but i don't understand how to pass this parameters on pandas view #44