我用视频和“视频清单”表格,如YouTube,使用Django。
Now, I m making a "Video" and "Course(this is a video list)" table. I want to add one video to some different lists and search by both list and video, so let Course table have ManyToMany field link to Video table.
But in this way, I have some difficulty in videos order in a list. To display videos in the order I registered and to fix them anytime after, ManyToMany field must have something like "id" when it is registered, right?
I m a beginner of both Python and Django, so there may be some typical way... Any good ways to deal with this?