I have a django model with a Charfield that contains the unicode escaped string “\\t“.
What is the easiest way to convert this to a real tab (as in str("\t"))?
I have a django model with a Charfield that contains the unicode escaped string
Share
Found the answer:
as described here in the comments
In Python3 syntax: