[Answered ]-Cant find module Django while deploying on Elastic Beanstalk

2👍

This is super old but I was going through the same thing. I found out that my application was not updating with the changes i was deploying, the reason was because I was using git in my folder and I had not committed those changes, so the deployment kept deploying the previously committed code.

Just in case someone is going through the same rabbit hole I went through today.

Leave a comment