video id in view_media #339
GeorgiDimitrov87
started this conversation in
General
Replies: 1 comment
-
|
I noticed there is a variable called media in view_media which gives the video name, also I can fetch uid from db with Media.objects.get(uid) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to distinguish between videos being watched. So every time I am tracking a video I need to send a video id, video session, ip address. I noticed that view_media in files/views.py has a video session and IP address, I also need a video id. Which variable is that?
Beta Was this translation helpful? Give feedback.
All reactions