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
    0

    not sure if the intent enable or other fits better

    asked 2022-09-08 16:19:11 +0000

    Irene gravatar image

    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.

    edit retag flag offensive close merge delete

    Comments

    We are consulting this with the team, we'll get back to you asap

    Jacqui gravatar image Jacqui  ( 2022-09-11 16:10:41 +0000 ) edit

    1 Answer

    Sort by » oldest newest most voted
    0

    answered 2022-09-25 16:17:26 +0000

    Jacqui gravatar image

    updated 2022-09-25 16:18:28 +0000

    These utterances would fit into generic:charge:battery parsetype in generic domain, however we currently do not support the "charging_profile" tag in generic so we cannot properly annotate "work program". Hence, we will need to annotate as generic:other

    Correct annotations: generic:other annotations:

    generic:charge:battery – begin charging with the [work]<charging_profile> program generic:other program

    generic:charge:battery – use the [work]<charging_profile> program to commence charging generic:other charging

    generic:charge:battery – please use the [work]<charging_profile> program to charge the car generic:other car

    generic:charge:battery – please charge the car by using the [work]<charging_profile> program

    edit flag offensive delete link more

    Your Answer

    Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

    Add Answer

    Question Tools

    1 follower

    Stats

    Asked: 2022-09-08 16:19:11 +0000

    Seen: 1,219 times

    Last updated: Sep 25 '22