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

    Not sure if "get" is the correct intent

    Utterance:

    welche andere namen hat das chrysler building

    Annotation:

    1.business:business:other -- welche andere namen hat das chrysler building
    
    2.business:business:get -- welche [andere]<which> namen hat das [chrysler building]<named_business>
    

    Question:

    According to the definition of "get" intent and an example:

    1.Requests for the name of something (e.g. "what's the name of", "what is that called").
    
    2.business:restaurant:get -- what is the name of [that]<business_anaphora> [restaurant]<generic_business>
    

    "get" intent seems to fit here. However, this utterance is asking other names. We are not 100% sure if "get" still fits this scenario. If "get" doesn't, we think "other" fits here. Please advise which is correct.