justdjango / getting-started-with-django

A beginners course for Django
MIT License
352 stars 249 forks source link

getting error 'Error: No application module specified.' while trying to deploy DigitalOcean. #27

Closed kayahankaya closed 1 year ago

kayahankaya commented 1 year ago

I am getting ' Error: No application module specified. ' error while I'm trying to deploy my django project.

After Successful Build, Digital Ocean is trying deploy it and raise this error after short time.

Can you help me about this? What am I doing wrong?

kayahankaya commented 1 year ago

I solved. I just forgot to install gunicorn :S