Revision history [back]
Askbot 0.11.1
After several tries, I upgraded to 0.11.1 from 0.10.2. I can start my AskBot with python manage.py runserver --insecure 0.0.0.0:9080. I found the following messages at the top of the page.
You are seeing this message because you are using Django runserver and DEBUG_MODE is False. Runserver should not be used in production.
To serve static media in production - please run:
python manage.py collectstatic
If you do not see page styling - set DEBUG_MODE = True or use --insecure flag with the runserver command.
How can I suppress them?
Askbot 0.11.1
After several tries, I upgraded to 0.11.1 from 0.10.2. I can start my AskBot with python manage.py runserver --insecure 0.0.0.0:9080. I found the following messages at the top of the page.
You are seeing this message because you are using Django runserver and DEBUG_MODE is False. Runserver should not be used in production.
To serve static media in production - please run:
python manage.py collectstatic
If you do not see page styling - set DEBUG_MODE = True or use --insecure flag with the runserver command.
How can I suppress them?
Askbot 0.11.1
After several tries, I upgraded to 0.11.1 from 0.10.2. I can start my AskBot with python manage.py runserver --insecure 0.0.0.0:9080. I found the following messages at the top of the page.
You are seeing this message because you are using Django runserver and DEBUG_MODE is False. Runserver should not be used in production.
To serve static media in production - please run:
python manage.py collectstatic
If you do not see page styling - set DEBUG_MODE = True or use --insecure flag with the runserver command.
How can I suppress them?
Askbot 0.11.1
After several tries, I upgraded to 0.11.1 from 0.10.2. I can start my AskBot with python manage.py runserver --insecure 0.0.0.0:9080. I found the following messages at the top of the page.
You are seeing this message because you are using Django runserver and DEBUG_MODE is False. Runserver should not be used in production.
To serve static media in production - please run:
python manage.py collectstatic
collectstatic If you do not see page styling - set DEBUG_MODE = True or use --insecure flag with the runserver command.
How can I suppress them?