Need help on running django app on vps server

i want to deploy a django app on a vps server (bluehost), have been able to upload the django file to the cpanel of an account user, but got stuck in letting the server to start the app. please any help on this. i learnt that there is going to be a wsgi settings, .htaccess setting, apache settings, but dont know how to go about it.

To set up a Django on a VPS, you will need to follow some simple steps, such as Python app setup in cPanel, installing dependencies inside the virtual environment, configuring wsgi.py, which is used by Django, give, Restart the Python app from cPanel.