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

    ChatPro project - confused about the boundaries between Chatpro and AnnoSpec domains

    Utterance:

    1. where is the Allianz Arena

    2. where is the best place to buy a revolver

    3. where can I buy flowers

    Question:

    We found "Before using this label, please check that the query is NOT covered by any of our existing AnnoSpec domains or parsetypes" in the part of Chatpro from the guideline. We can also find the related examples from the annotation guideline and tag the utterances as below:

    business:business:search -- where is the [Allianz Arena]<named_business>

    shopping:purchase -- where is the best place to buy a [revolver]<gun>

    shopping:purchase -- where can I buy [flowers]<flowers>

    But these utterance also seem like the requests for short factual answers not in the GKQA appendix. The example "where does ikea come from" seems similar with these cases. So we are not sure if we should tag "Chatpro" or AnnoSpec parsetype.

    We met a case "Give me information about Berlin" before and tag it as "chatpro". Now we are confused why it doesn't belong to "locations:info". So there's a bit of confusion in the boundaries between Chatpro and AnnoSpec domains. Kindly tell us your thought, thanks very much~