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 9 years ago

Comments

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 6 years ago
link

Comments

see more comments