I want to host my Django 1.10 web application on WHM(VPS). for that i have installed Django and another necessary tools on WHM(VPS) by ssh
login. and i also have uploaded my Django application code through cpanel
in public_html
directory.
When i run python manage.py runserver <ip_address:8000>
from ssh terminal, i am able to access that application. but when i close the ssh terminal, it terminates all the running process. so could not access application after that.
So, Is there any way that without running python manage.py
script i can access Django application?
Any help would be highly appreciated.
Thank you.