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 补丁:
sudo patch -p2 < ~/Downloads/html5-input-types-take3.patch
不过,我正在努力寻找有关如何在我的 Heroku 环境中执行此操作的任何信息。有没有人有任何指示?
谢谢!
您可以将修改后的 Django 版本发布到 Git 存储库(例如 GitHub 上的存储库),然后指定requirements.txt从该存储库而不是 PyPI 中提取 Django。
requirements.txt