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 about examples in address_book:search

    Utterance&Annotation provided in the Guideline: addressbook:search -- find contacts named [maria]<contact> Question: We are confused why this utterance belongs to addressbooksearch instead of generic:search:contact according to the boundary between addressbook and generic, which I quote, "Contact-related utterances belong in addressbook if they have a specific reference to the address book, if they require an intent (e.g. add, deletelabel ), object (e.g. age, birthlocation) or mention (e.g. <contact_group>) that is specific to addressbook or if they reference an attribute of a contact (e.g. "set the address of thecontact", "add an address for jon"). Otherwise they belong in generic." Kindly tell us your thought on this :D