[Django]-Heroku crashed: at=error code=H10 desc="App crashed" method=GET path="/"

3👍

2019-02-08T05:27:19.262952+00:00 app[web.1]: ModuleNotFoundError: No module named ‘gettingstarted’

You’ve forgotten to add, commit and push gettingstarted directory. It’s required by your Procfile.

👤phd

Leave a comment