Hello, I am a beginner developer who is just starting to develop Django.
Django is trying to input DB and output input data.
I don't know if it's because it's in Korean when I input DB
UnicodeEncodeError at /
'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
I get this error..
I keep searching and trying, but it's not working, so I'm asking the masters.
How can I fix it?
django unicode
Same problem - see Troubleshoot Korean encoding problems in python2, or
Or there is a way to run the janggo with python3. You can install Python3 instead of python manage.py runner server
and enter it like python3 manage.py runner server
python2
At the top, I declare as follows. ' Please take out the silver. '# '# encoding=utf-8
If you use Hangul in the sauce, name = u"Hangul"
© 2024 OneMinuteCode. All rights reserved.