简体   繁体   English

在AWS Elasticbeanstalk上升级Django安装

[英]Upgrade Django installation on AWS elasticbeanstalk

I have a Django 1.9.12 project running on EBS. 我有一个在EBS上运行的Django 1.9.12项目。 I'd like to upgrade to Django 1.11 which I've done in the dev environment. 我想升级到在开发环境中完成的Django 1.11。 How can I force EBS to update to 1.11? 如何强制EBS更新到1.11? I hoped it might be a simple case of updating the requirements.txt but that hasn't worked with eb deploy 我希望这可能是更新requirements.txt的简单案例,但不适用于eb deploy

Would it be easier just to create a new EBS project? 仅创建一个新的EBS项目会更容易吗?

you should be able to do this no problem by updating the requirements.txt file. 您应该可以通过更新requirements.txt文件来做到这一点。

Please post the error details you are getting and you requirements.txt file. 请张贴您得到的错误详细信息以及您的requirements.txt文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM