My Django View/Template is not able to handle special characters. The simple view below fails because of the ñ. I get below error:
Non-ASCII character
Set DEFAULT_CHARSET to 'utf-8' in your settings.py file.
'utf-8'