First time here? Check out the FAQ!
1

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?

Andy's avatar
120
Andy
asked 2016-01-20 02:48:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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
Naoto_E's avatar
31
Naoto_E
answered 2018-09-25 06:24:41 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments