Hi Team, Not sure if this issue covered here but I am getting an error uploading my pet project in Heroku.
ModuleNotFoundError: No module named 'animals.wsgi' 2018-01-27T02:59:26.637953+00:00 app[web.1]: [2018-01-27 02:59:26 +0000] [8] [INFO] Worker exiting (pid: 8) 2018-01-27T02:59:26.669632+00:00 app[web.1]: [2018-01-27 02:59:26 +0000] [4] [INFO] Shutting down: Master 2018-01-27T02:59:26.669770+00:00 app[web.1]: [2018-01-27 02:59:26 +0000] [4] [INFO] Reason: Worker failed to boot. my Procfile in my root folder contains this: web: gunicorn animals.wsgi:application --log-file - --log-level debug where animals is the name of my project, where my wsgi.py file is residing. I tried searching this in StackOverflow but most of the answers are saying that it must be "web: gunicorn PROJECT_NAME.wsgi:application --log-file - --log-level debug" which I already did in my Procfile. Any suggestions? Regards, Jarvis -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA6wQLKi4vjKpVByRykvkXoPkpPUBprVq2pvmn-OabzSkAFoyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

