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.

  • Please ask your question here
    • since you are not logged in right now, you will be asked to sign in or register after making your post
    • ask a question interesting to this community
    • provide enough details
    • be clear and concise

    [hide preview]


    Tags are short keywords, with no spaces within. Up to 5 tags can be used.

    Markdown basics

    • *italic* or _italic_
    • **bold** or __bold__
    • link:[text](http://example.com/ "title")
    • image:![alt text](/path/img.jpg "title")
    • numbered list: 1. One 2. Two
    • basic HTML tags are also supported