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 "screwdriver" belongs to <product>

    text:

    கரூரு\lemma:கரூர் ல\sfx நல்ல ஸ்க்ரூடிரைவர் எங்க கிடைக்குமோ அங்க வழி சொல்லு

    original_annotation:

    business:business:getdirections -- [citydestination] கரூரு\lemma:கரூர் [/citydestination] ல\sfx [ratingdestination] நல்ல [/ratingdestination] [genericbusinessdestination] ஸ்க்ரூடிரைவர் [/genericbusiness_destination] எங்க கிடைக்குமோ அங்க வழி சொல்லு

    corrected_annotation:

    business:business:getdirections -- [citydestination] கரூரு\lemma:கரூர் [/citydestination] ல\sfx [ratingdestination] நல்ல [/rating_destination]  [product] ஸ்க்ரூடிரைவர் [/product] எங்க கிடைக்குமோ அங்க வழி சொல்லு

    Question:

    We found some examples from the guideline:

    business:restaurant:search -- where can i get [italian food]<generic_business> [right now]<time>

    business:restaurant:na -- [pizza]<generic_business> [near]<relative_location> me

    It seems that "ஸ்க்ரூடிரைவர் (screwdriver) " is similar as "pizza" and "italian food", so we tagged it as <generic_business>. We are also confused about the boundaries of <generic_business> <menu_item> and <product>. Kindly let us know your thought. Thanks.