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 "garage" refers to a door type or an area.

    Utterance:

    show my garage door

    Annotation:

    1.environment_control:get:doors -- show my [garage]<area> door
    
    2.environment_control:get:doors -- show my [garage]<environment> door
    
    3.environment_control:other -- show my garage door
    

    Question:

    1. "garage" may refers to a part of a house, also a separate building from the house. So we are not sure if "garage" belongs to <area> or <environment> mention. However, "garage" seems like a type of the door, but there is no supported mention like <door_type> in the guideline. So we take this utterance as "environment_control:other.

    We are not sure which understanding is correct, please advise how to deal with this situation.

    1. Based on our understanding, we put "garage door" into "environmentcontrol" domain. We annotate the following utterances as "environmentcontrol:other".

    environment_control:other -- set up garage door (The combination of "set" and "door" are not currently available)

    environmentcontrol:other -- remove garage door (The "remove" intent is not supported in environmentcontrol domain)

    Please advise if the annotations are correct. Thanks.