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

    not sure if hide_map or disable_map fits

    asked 2022-09-12 16:12:13 +0000

    Irene gravatar image

    updated 2022-09-12 16:20:16 +0000

    Utterance:

    1.weather:hide_map -- hide weather map
    2.weather:disable_map -- weather map off
    3.locations:disable_map -- could you hide the [ar]<map_type> map
    4.weather:hide_map -- hide weather map
    5.locations:disable_map -- [3d buildings]<map_type> off
    6.weather:disable_map locations:hide_map -- weather map offhide [buildings in 3d]<map_type>
    

    Annotation:

    1.weather:hide_map -- hide weather map
    2.weather:disable_map -- weather map off
    3.locations:disable_map -- could you hide the [ar]<map_type> map
    4.weather:hide_map -- hide weather map
    5.locations:disable_map -- [3d buildings]<map_type> off
    6.weather:disable_map locations:hide_map -- weather map offhide [buildings in 3d]<map_type>
    

    Question:

    We are a bit confused about when to use hidemap and disablemap. According the above exmales from the guideline, when "hide" is used in the utterance we see both hidemap and disablemap are used. Could you advise on hwo to choose between these two intents? Thanks.

    edit retag flag offensive close merge delete

    1 Answer

    Sort by ยป oldest newest most voted
    0

    answered 2022-09-12 16:21:16 +0000

    Jacqui gravatar image

    This appears to be an error in our guidelines. Please use the following definitions:

    "disablemap": For requests that would be a disable intent except that they are disabling a map or a feature of a map "hidemap" : For requests that would be a hide intent except that they are hiding, minimizing or stopping showing a map or a feature of a map

    Therefore, example 3 should be: locations:hide_map -- could you hide the [ar]<map_type> map

    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: 2022-09-12 16:12:13 +0000

    Seen: 69 times

    Last updated: Sep 12 '22