简体   繁体   中英

Upgrade Django installation on AWS elasticbeanstalk

I have a Django 1.9.12 project running on EBS. I'd like to upgrade to Django 1.11 which I've done in the dev environment. How can I force EBS to update to 1.11? I hoped it might be a simple case of updating the requirements.txt but that hasn't worked with eb deploy

Would it be easier just to create a new EBS project?

you should be able to do this no problem by updating the requirements.txt file.

Please post the error details you are getting and you requirements.txt file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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