[Answered ]-Deploying Django project on Linux

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:

Link

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

πŸ‘€Gregory

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.

πŸ‘€4140tm

Leave a comment