Authorisation django media files access on cpanel.

I am working on a service to be hosted on cpanel as it does not need too much complexity and for the sake of cost.

There are a few media files that I want only some authorized users to be able to access. This they should be accessible on subscription basis (mostly videos). It can be though of as a very minimal version of udemy, or khan academy.

Unfortunately I have no idea how to make this work with cpanel, linking the media files access through django’s authorization. Kindly help.