Heroku app displaying "Internal Server Error" - Django App not working

The error is telling you that the SECRET_KEY setting must be set to some value and can’t be an empty string, ''.

1 Like