gpt4 book ai didi

django - 服务器 : respond to collectstatic with "yes" 上的自动 django 接收 Hook

转载 作者:IT王子 更新时间:2023-10-29 00:39:39 26 4
gpt4 key购买 nike

我正在使用 Github post-recieve hook 来运行一个 bash 文件来 pull 我的两个 repos。

#!/bin/sh
cd ~/public_html/repo_static
env -i /usr/bin/git pull origin master
cd ~/django-code/repo_django
env -i /usr/bin/git pull origin master

我还想在 django 仓库中collectstatic。我如何自动化对此的"is"响应?

我不能使用 Fabric因为不幸的是,团队暂时选择使用 Python 2.4。有没有办法在没有 Fabric 的情况下自动执行 collectstatic?

最佳答案

python manage.py collectstatic --noinput

关于django - 服务器 : respond to collectstatic with "yes" 上的自动 django 接收 Hook ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8705305/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com