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
While turning off Debugging. You need to provide ALLOWED_HOSTS in a list. Please check Django documentation for more..
Debug = False ALLOWED_HOSTS = ['xyz.com']