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 about some incomplete situations

    If the song title is incomplete, but we can locate the specific mention by the whole sentence through google website, can this case be annotated normally? Or should be annotated as reject_uninterpretable?

    Based on the part of guideline Fictional Entities, "Some utterances may contain fictional or made-up entities, either drawn from creative works (e.g. "atlantis", "essos") or using common phrases that are stand-ins forarbitrary entities (e.g. "ABC", "X", "john doe", "so-and-so"). In such cases, the entity should be annotated as normal based on what is known about the fictionalentity or based on the context" , we prefer annotating as normal, however there are still many concerns. Can you give us some general advice for situations like this? Thanks a lot!

    The examples as follows:

    play hometown eric church -- audio_media:play:song -- play [hometown]<song> [eric church]<artist>

    (the complete song title is "Give Me Back My Hometown")

    play i think it will rain -- audio_media:play:song -- play [i think it will rain]<song>

    (the correct song title is "I Think It’s Going to Rain Today")