You are seeing this message because you are using the Django runserver and the DEBUG setting is False.

Runserver should not be used in the production.

If you do not see page the styling - set DEBUG = True or use --insecure flag with the runserver command.

To serve the static media in the production:

  • configure your webserver to alias the urls starting with /m/ to the directory /root/askbot/askbot-devel-master/myappmysql1/askbot_site/static;
  • run python manage.py collectstatic.

  • Ask Your Question

    Revision history [back]

    click to hide/show revision 1
    initial version

    Confused how to deal with "し て"

    Utterance:

    温 度 を 二 二 度 に し て

    EN translation:

    1. make the temperature to 22 degrees

    2. change the temperature to 22 degrees

    Annotation:

    1. environment_control:set:temperature -- 温 度 を [二 二]<absolute_value> [度]<unit> に し て

    2. environment_control:change:temperature -- 温 度 を [二 二]<new_absolute_value> [度]<new_unit> に し て

    Question:

    "し て" can be translated into several meanings, such as "change", "turn...to..", "make...". We are not sure the exact translation of this word in above context. So please advise how to deal with this situation.

    We also meet the same situation in the following texts: "全 画 面 に し て" "松 任 谷 由 実 に し て". We are confused if the exact translation of "し て" is apt to these contexts. Kindly let us know your thoughts, thanks!