Skip to content Skip to sidebar Skip to footer

Modulenotfounderror: No Module Named 'application' Error In Aws

I am trying to deploy a django's app to aws. I am getting the error ' ModuleNotFoundError: No module named 'application'' when I try to create the app (django create django-env). I

Solution 1:

I'm taking a wild guess based on the little information you've given but I would check that the WSGIPath points to your django applications wsgi.py file.

Again, I'm just guessing because you haven't provided much context. The following might be of some help Deploying Django + Python 3 + PostgreSQL to AWS Elastic Beanstalk

Edit: edited because I can't read.

Post a Comment for "Modulenotfounderror: No Module Named 'application' Error In Aws"