How to create an online tv channel for tv station?

Django itself is not the best platform for actually streaming video - for that you’re going to want some other tools in your infrastructure. Django is fundamentally built around the http request / response cycle.

See Can I develop live video streaming website using django? for some perspective on this issue.