load static Problem

I’m just starting with django, and when I put {% load static %} in the html it doesn’t complete it, that is, it doesn’t take it as code, I need help

It’s not code. It’s a Django template tag. Ignore the error.

but it doesn’t give me an error, the html doesn’t take the command “{% load static %}” as code

Because it is not html. It’s part of the Django template language.

look when I want to bring it with. The stylesheet link gives me an error and when I want to start the server it tells me that

Do not post images of code, templates, or error messages here.

Copy/paste the text into the body of your post, surrounded between lines of three backtick - ` characters. This means you’ll have a line of ```, then your code (or template, or error message, etc), then another line of ```. The lines of ``` must be lines by themselves and not with other text.

Also, when you’re posting an error message, please make sure you copy the complete error, starting with the command being issued that is causing it.

ok sorry I didn’t know

I am new at this, sorry

No worries, it’s a common mistake.

ok, thanks for the understanding but could you help me with my problem in django is that I can’t advance :frowning:

Please fix your post or repost with the necessary information as text as described above, and we will try to help.