UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 61: invalid continuation byte [closed]
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 61: invalid continuation byte help me solve the problem, I want to migrate a database in a project in Django from sqlite to postgres and when I use the python manage.py command, the following error occurs, what is the problem and how to solve it, more important is how to solve it + - I figured out what exactly the problem is, but here’s how to solve it nowhere I can't find it