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

    Which parts exactly are we supposed to cover with the mention in queries

    Utterance&Annotation in the guideline:

    1.number of countries in europe: knowledge:display -- [number of countries in europe]<search_phrase>
    2.what is the most common problem for two thousand four toyota matrixes: knowledge:automotive -- [what is the most common problem for two thousand four toyota matrixes]<search_phrase>
    

    Question:

    This two examples above are driving us confused when we are dealing with some queries. As we all know, in some queries, the query only makes sense as a searchphrase as a whole, like "how tall was steve jobs", since there's no way to throw away the "how tall was" part and have a somewhat same search result. But in others things can be a lot different. For example, "what is the most common problem for two thousand four toyota matrixes" as a search phrase might just give you the same result as "most common problem for two thousand four toyota matrixes". We are eager for a rule of thumb to determine which parts exactly are we supposed to cover with the <searchphase> mention in a query when there are "redundunt" parts that seem can be excluded from the mention.