在外部Linux服务器上使用Django运行bash脚本

时间:2019-11-08 15:34:56

标签: python django

伙计们,

我正在使用Django(Python)构建应用程序,我真的需要帮助才能从Django Web应用程序在外部Linux服务器上运行bash脚本。

有人可以帮助我吗?

我的django视图在下面,但仅在内部服务器上运行。我需要运行到另一台外部服务器的视图。


def teste(request):
    if request.POST:
        subprocess.call('/home/user/test.sh')

    return render(request,'teste.html',{})

0 个答案:

没有答案