Django render deploy

Through the Dashboard, my build get successful but when it tries to deploy, following error occur,

Dec 31 11:12:29 PM ==> Starting service with ‘gunicorn app:app’
Dec 31 11:12:30 PM ModuleNotFoundError: No module named ‘app’

and Halts

How do i resolve this issue should I pip update gunicorn ?

thanks

Hey,

You may have named your app differently than “app”?

Jérémy, Render Support

where do I specify the app for gunicorn to run

You may need to consult the Gunicorn documentation on this, e.g.

A WSGI application path in pattern $(MODULE_NAME):$(VARIABLE_NAME).

Alan

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