ModuleNotFoundError: No module named ‘photo_app.wsgi’
I’m trying to deploy my Django application using Gunicorn and systemd on an Ubuntu server. However, the Gunicorn service fails to start with the following error.
**ModuleNotFoundError: No module named ‘photo_app.wsgi’
**