askbot can't answer in chinese version
I have set the language to 'zh-cn',but i find askbot can't answer in chinese version. why?
add a comment
I have set the language to 'zh-cn',but i find askbot can't answer in chinese version. why?
I configured below to use Japanese. It works well.
echo "import sys" >> settings.py
echo "reload(sys)" >> settings.py
echo "sys.setdefaultencoding('UTF8')" >> settings.py
python manage.py makemigrations
python manage.py migrate --noinput
python manage.py collectstatic --noinput
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-01-20 02:47:59 -0500
Seen: 1,203 times
Last updated: Jan 20 '16