I am getting this error:
SyntaxError at /
Non-ASCII character '\xe6' in file
pointed to my forms.py file which has some chinese characters
I have to put # -*- coding: utf-8 -*- at the start the forms.py file before it would work
I thought Django handles everything in unicode? What's wrong?