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

    Help

    Welcome,

    Thank you for using Askbot, here is how it works.

    How questions, answers and comments work

    This site is for asking and answering questions, not for open-ended discussions. We encourage everyone to use “question” space for asking and “answer” for answering.

    Despite that, each question and answer can be commented – the comments are good for the limited discussions.

    Please search before asking your questions

    Type your question in the search bar and see whether a similar question has been asked before.

    Search has advanced capabilities:

    In addition, it is possible to click on tags to add them to the search query.

    Important!!! All search terms are combined with a logical "AND" expression - to narrow the search by adding new terms.

    Voting

    Voting in Askbot helps to select best answers and thank most helpful users.

    Please vote when you find helpful information, it really helps the Askbot community.

    Other topics

    You can @mention users anywhere in the text to point their attention, follow users and conversations and report inappropriate content by flagging it.

    Enjoy.