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
    0

    Confused why it belongs to "web_app:other:game"

    asked 2023-05-17 10:09:37 +0000

    Vanessa gravatar image

    Utterance:

    explain how to play geo quiz

    Annotation:

    1. web_app:get:game -- explain how to play [geo quiz]<game>

    2. web_app:info:game -- explain how to play [geo quiz]<game>

    3. web_app:other:game -- explain how to play geo quiz

    Questions:

    1. We are confused about the intent of the utterance like "how to xx", "how do i xx" in web_app domain and not sure that the user requests for "play geo quiz", "get some game guides" or something else.

    2. We found an similar example from the guideline:

    web_app:other:game -- how do you play angry birds

    But we don't quite understand why this belongs to "other". So please advise which annotation is correct and kindly give us your thought on the example.

    edit retag flag offensive close merge delete

    1 Answer

    Sort by ยป oldest newest most voted
    0

    answered 2023-05-17 10:37:15 +0000

    Jacqui gravatar image

    In the utterance "explain how to play geo quiz" - it seems the user wants an explanation of how to play, rather than help in opening the game (which would be "get" intent) or general information about the game (which would be "info" intent).

    Note: we use "get" intent for the following scenarios:

    What questions (e.g. "what is"). Vague general requests for something (e.g. "show me", "get me", "give me", "browse", "list", "pull up", "i want to see", "retrieve", "display", "view", "check", "open", "go to", "i feel like", "use", "see").

    Note: we use "info" intent for the following scenarios:

    The info intent is for requests for general information about something. This includes explicit requests for general information (e.g. "about", "info", "information", "details", "characteristics", "affect") and vague questions about general topics (e.g. "what is", "what are", "who is", "what can ... do", "what does ... do").

    The best option is to follow the precedent of the example for "how do you play angry birds." We use the "other" intent in these examples because we do not currently support the action of "get some game guides"

    Correct Annotation

    web_app:other:game -- explain how to play geo quiz

    edit flag offensive delete link more

    Your Answer

    Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

    Add Answer

    Question Tools

    1 follower

    Stats

    Asked: 2023-05-17 10:09:37 +0000

    Seen: 113 times

    Last updated: May 17 '23