Django Local Library Project - Server Side Heroku Deployment

I followed the MDN Tutorial for web client deployment here: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Deployment

I managed to get everything working until the last step where I opened my Heroku App. However, there was an error code =H10 and my application could not be displayed. How should I troubleshoot this? Thanks in advance!

2018-07-13T03:29:20.924110+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/" host=coollibrary.herokuapp.com request_id=4e932070-a4a3-482e-bf04-2d4e2aced086 fwd=“119.56.98.177” dyno= connect= service= status=503 bytes= protocol=https
2018-07-13T03:29:23.464662+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/favicon.ico" host=coollibrary.herokuapp.com request_id=05882f35-5e3a-41e7-b394-9b6a5264e536 fwd=“119.56.98.177” dyno= connect= service= status=503 bytes= protocol=https

Here is my github link:

Its okay. I managed to solve it. It has to do with my wsgi.py files. I did not set the correct settings.