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 the intent enable or other fits better

    Utterance:

    1.begin charging with the work program
    2.use the work program to commence charging
    3.please use the work program to charge the car
    4.please charge the car by using the work program
    

    Annotation:

    1.settings:other -- begin charging with the work program
    2.settings:other -- use the work program to commence charging
    3.settings:enable -- please use the [work]<setting_name> program to charge the car
    4.settings:enable -- please charge the car by using the [work]<setting_name> program
    

    Question:

    For 3 and 4, we consider the core intent is to enable the work program while for the 1 and 2, we consider the core intent is to start charging. So we get settings:other for 1 and 2, settings:enable for 3 and 4. Could you give you opinions on this? Thanks.