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 why keyword "route" belong to "na" intent

    In the guideline of intent "getdirections", there is a keyword "route", and it's example include locations:getdirections -- route

    So when meet utterance like "the route one", according to guideline it seems like the user wants to asking for directions, and he choose the first route.

    utterence: the route one

    our annotation: locations:get_directions -- the route [which] one [/which]

    If the annotation is not correct, could you please tell me which intent is right and why?

    Confused why keyword "route" belong to "na" intent

    In the guideline of intent "getdirections", there is a keyword "route", and it's example include locations:getdirections -- route

    So when meet utterance like "the route one", according to guideline it seems like the user wants to asking for directions, and he choose the first route.

    utterence: the route one

    our annotation: locations:get_directions -- the route [which] one [/which]

    If the annotation is not correct, could you please tell me which why "na" intent is right and why?corect?

    Confused why keyword "route" belong to "na" intent

    In the guideline of intent "getdirections", there is a keyword "route", and it's example include locations:getdirections -- route

    So when meet utterance like "the route one", according to guideline it seems like the user wants to asking for directions, and he choose the first route.

    utterence: the route one

    our annotation: locations:get_directions -- the route [which] one [/which]

    If the annotation is not correct, could you please tell me why "na" intent is corect?

    Thanks a lot~