0

Good day! I am new to Python and currently following tutorials from youtube. I was following a tutorial wherein a downloaded dashboard would be deployed to django (youtube video). Unfortunately, when trying to add the codes

{% load static %} 
{% load staticfiles %}

I am now prompted with an error Unexpected Token for the <!doctype HTML>

Is this a critical error? How can I solve this issue? I have seen this Unexpected tokens in <!DOCTYPE html> in PyCharm Community Edition topic but when I try to check the solution, I am not able to see the recommended answer. What should I do? Thanks

Marvin Joseph
  • 31
  • 1
  • 6

1 Answers1

0

You should try to remove {% load staticfiles %}

Ankit Tiwari
  • 4,438
  • 4
  • 14
  • 41