Setting up Django on AWS Elastic Beanstalk: WSGIPath not found
问题 I've been trying for several days now to set up Django under Amazon Web Services' Elastic Beanstalk. I think the problem I'm hitting is this one: ERROR - Your WSGIPath refers to a file that does not exist. I followed the tutorial here and all goes well until the end of Step 6, but I can't for the life of me get anything to display other than the generic Elastic Beanstalk page from Step 5, #2. When I run ./manage.py runserver on my local machine, everything works as it should, but I can't get