Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个基于 django 的 Web 控制台,用于使用结构部署我的站点,其中有针对不同主机(产品/阶段)和来自 git 的不同分支的下拉列表,并且能够选择并提交以相应地执行结构命令。
问题是我想在这个控制台中有一个 html textarea 以便能够显示结构命令的输出。
例如 [myhostname] 运行:git pull origin master(在来自 ajax 请求的文本区域中)
请帮忙!
谢谢!
添加答案,这可以通过以下方式完成:
local('git pull capture=True')