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 |
Yes, we should tag 'degrees' as weather_query as the user is essentially asking for the temperature. Note that we don't need to tag "outside" in the weather domain as we consider it is understood that weather is always outside.
Correct Annotation:
weather:get -- how many [degrees]<weather_query> is it outside