I am getting a Server Error(500) when debug is set to false, But the site works fine when debug=True
This is the Heroku log: [EDIT:NEW LOG FILE AFTER MAKING
You need to provide ALLOWED_HOSTS
Debug = False ALLOWED_HOSTS = [".herokuapp.com"]
And Heroku you should use PostgreSQL
https://github.com/kennethreitz/dj-database-url