I've never worked with flat pages on Django (or Django at all, for that matter) but am required to create a new flat page and copy video object bits onto the new flat page. The video is in MP4 format, if that makes a difference. Does anyone have any idea how to do this?

有帮助吗?

解决方案

A video needs a player and a location where the video is hosted. So as long as the player is embedded in the html of the page and the video can be found somewhere online, you should have no problem. I have used Flow Player and Youtube within django that way.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top