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:
1 | initial version |
Annotation: settings:get -- open the [television]<setting_name> function
Sorry for the confusion; we agree that this example seems wrong, it should probably be changed to: web_app:launch:app -- open the [television]<app> function
We also agree with you on the suggested annotation.
Correct Annotation: web_app:get:app -- do you know if there is a [navigation]<app> function