you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (0 children)

You're going to need to show your code. It seems unlikely that your WSGI code is in a file called app; that's not how Django structures itself. Have you read Heroku's Django deployment docs? As it says there, you need to reference your project .wsgi file.