django-dump-load-utf8
django-dump-load-utf8 copied to clipboard
There is another solution for Python3.7+
I think use the command line below will solve the problem, so this package is unnecessary
python -Xutf8 manage.py dumpdata > data.json
When using -Xutf8 option, Python uses UTF-8 as default encoding for text files instead of system encoding.