I’ve been trying to solve an error during deployment for the last 2 days. I’ve checked out many blogs and YouTube videos, but I’m still getting the same error.
It looks like your configuration is not set up correctly, e.g. start commands cannot point to URLs and must be a command that can be run within your Render service.
The specific error in the screenshot is likely informing you that it cannot find the file core.wsgi. Is this file located within the root directory of the linked Git repository on the service?
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)
Based on your screenshot, it looks like you have two core directories. Perhaps try updating your configuration (i.e. start & build commands) to reference core/core.wsgi?
Ultimately this is an application specific configuration problem that is not likely anything to do with Render specifically. If the above doesn’t help, perhaps try reaching out to a Python community that can provide more tailored advice.
Regards,
Mike
Render Support Engineer, MT (UTC-6, UTC-7 in Winter)