How to remove the debug warning header?
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?
Comments
Just want to ask you make decent question titles, I see two questions titled "askbot 0.11.1" and was going to delete one of them for being duplicate. It's best if the title is the short version of the question itself.