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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Naoto_E's avatar
31
Naoto_E
answered 6 years ago
link

Comments

see more comments