我需要部署一个Django应用程序,但我只在DigitalOcean上找到使用droplets的教程,我想知道是否可以通过App部署它
我遵循了这个存储库https://github.com/codingforentrepreneurs/Try-Django-3.2的说明,但它对我不起作用
我需要部署一个Django应用程序,但我只在DigitalOcean上找到使用droplets的教程,我想知道是否可以通过App部署它
我遵循了这个存储库https://github.com/codingforentrepreneurs/Try-Django-3.2的说明,但它对我不起作用
1条答案
按热度按时间2fjabf4q1#
你可以用django stack创建一个droplet。然后,如果你有现有的django项目,使用ssh
rsync
或git and ci/cd
功能上传/部署你的django项目到dropletDjango stack on digitalocean教程可以查看here,flow user->nginx->django->postgresql。