'utf-8' codec can't decode byte 0xe6 in position 3: invalid continuation byte

368 Views Asked by At

I'm writing the Django React application and I have a huge existing database. I created models using 'inspectdb' command...

My database is a bit old and it is full of Croatian characters because of it models couldn't be created.

Is there any line of code that could solve a complete issue with this chararacter set on Django side?

0

There are 0 best solutions below