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 how to deal with "place"

    asked 2024-04-15 06:18:18 +0000

    Vanessa gravatar image

    We find some examples which include "place" from the guideline:

    1. business:parking:search -- can you find a [parking place]<generic_business> [near the office]<relative_location>

    2. business:restaurant:purchase -- order at a [thai]<generic_business> place

    3. locations:add_waypoint -- first i want to [drive]<transit_mode> to [her]<person_anaphora> [place]<relative_location>

    In these utterances, "place" is tagged as <relative_location>, <generic_business> or it isn't included in the mention. So we are not sure how to deal with this word and when it should be included in the mention. Kindly tell us your thought, thanks a lot~!

    edit retag flag offensive close merge delete

    1 Answer

    Sort by ยป oldest newest most voted
    0

    answered 2024-04-15 08:00:31 +0000

    Jacqui gravatar image
    1. "parking place" is a synonym of "parking spot" or "car park" - we include "place" in the mention because "parking" on its own is not a valid way to refer to either of these in English.
    2. "place" is a synonym of "restaurant". We don't include it in the mention because the meaning is already captured in the parsetype - business:restaurant:purchase
    3. "place" is a synonym of "house". It is tagged as relative_location in the same way that we would tag "house'

    Hope this helps!

    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: 2024-04-15 06:18:18 +0000

    Seen: 2,121 times

    Last updated: Apr 15