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 audio_media is the correct domain

    Utterance:

    inserisci di nuovo il podcast

    English translation: re-enter the podcast

    Annotation:

    audio_media:change:podcast -- inserisci di nuovo il podcast generic:set -- inserisci di nuovo il podcast

    Question:

    1.podcast should go to audio_media. The intent seems to be set instead of change because user may enter the same podcast again. reenter does not necessarily indicate a change intent.
    2.However, there's no combination of set:podcast available. There's no other intent either. In this case, there's no way to get a correct result with audio_media domain.
    3.We currently annotate this utterance as generic:set -- inserisci di nuovo il podcast. Please advise how to handle this. Thanks.
    

    not sure if audio_media is the correct domain

    Utterance:

    inserisci di nuovo il podcast

    English translation: re-enter the podcast

    Annotation:

    audio_media:change:podcast -- inserisci di nuovo il podcast podcast generic:set -- inserisci di nuovo il podcast

    Question:

    1.podcast should go to audio_media. The intent seems to be set instead of change because user may enter the same podcast again. reenter does not necessarily indicate a change intent.
    2.However, there's no combination of set:podcast available. There's no other intent either. In this case, there's no way to get a correct result with audio_media domain.
    3.We currently annotate this utterance as generic:set -- inserisci di nuovo il podcast. Please advise how to handle this. Thanks.