django-dump-load-utf8 icon indicating copy to clipboard operation
django-dump-load-utf8 copied to clipboard

There is another solution for Python3.7+

Open mycollectingbox opened this issue 2 years ago • 5 comments

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.

mycollectingbox avatar Sep 07 '22 09:09 mycollectingbox