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