django-devserver
django-devserver copied to clipboard
Replace str(text) with unicode(text, 'utf-8')
I have found str(text) usage when colorizing output to terminal, which breaks pretty fast when not using ASCII
Are you using the latest version?
A recent commit changed it to use smart_str rather than str().
If not, which str() call are you referring to?
My bad, it's Django fault.
http://paste.pocoo.org/show/176980/