ModuleNotFoundError: No module named 'core.wsgi.application'; 'core.wsgi' is not a package

I’m encountering a deployment error when deploying my Django application. The build succeeds, but during the deployment stage, Gunicorn fails with the following error:

ModuleNotFoundError: No module named ‘core.wsgi.application’; ‘core.wsgi’ is not a package

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.