django- 在 cpanel 上托管一个没有 python 应用程序的网站?

时间:2021-07-26 10:40:21

标签: django hosting cpanel

我将在 Django 框架上托管一个网站。 youtube 上有关于如何托管的教程,但他们都在使用 Cpanel 上已有的 python 应用程序。但是我的托管服务提供商 Hostgator 没有在 Cpanel 中提供 python 应用程序。有没有其他方法可以在没有 Cpanel 上的 python 应用程序的情况下托管 Django 网站?

1 个答案:

答案 0 :(得分:0)

您可以在数字海洋上托管 django,在终端中使用 ssh 命令,您可以在其中使用 nginx 和 gunicorn 配置您的服务器。

教程:https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-20-04-pt

跟随水龙头。