1
I would recommend you to use Git instead of FTP protocol. As you are using Linux you can easily connect to your SO using ssh.
About the deployment, I would recommend you to use GUnicorn for a WSGI way.
Itβs not hard to deploy with, but if you get in trouble you can use the official Django documentation for deploying Django with WSGI:
Ps.: As you are using Linux, I would recommend to you to use VirtualEnv to allow you server many Django sites in the same Linux instance with the isolated environments
1
Check what version of Python is installed on the server hosting your account and if thereβs option for ssh access.
Host.bg and Bulgarian hosting providers in general fail to keep up with most things other than php and mysql. With shared plans they avoid installing anything new too.
Iβd say contact support and see if they would be able to assist you with Apache configurations and whatever else is needed for your project.