I have uploaded my django files into the server...
When I worked on local host I wrote in console python manage.py runserver
How do I tell the server that He should run this project?
I read this topic How do I run a Python script on my web server? but it doesn't proved actuall instructions. I have no idea what is this cgi folder. The documntation link there isn't much of help as well.
My server runs many applications and it's already on... I wish to add a new python application to it.