Template syntax error ,static files is not a registered tag library..How to resolve this
I am also facing this problem. I also need the solution.
Have someone figured out how to solve this??
No, I couldn't able to resolve that error . So can you please give any tips to resolve that . That would be great
Thank you
On Thu, 25 Jun 2020, 21:07 ThomasFurtado, [email protected] wrote:
Have someone figured out how to solve this??
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CleverProgrammer/codedaddies_list/issues/7#issuecomment-649629630, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFAT5LJQWQHWV4D2PCILMDRYNVJ7ANCNFSM4NNZQ2SA .
I just found the answer You know there's to lines like that:
{% load staticfiles %} {% load static %}
at least for me I just had to erase this {% load staticfiles %} because what we can use is the second one, {% load static %}
Oh thank you very much. You have got me out ..
On Thu, 25 Jun 2020, 21:29 ThomasFurtado, [email protected] wrote:
I just found the answer You know there's to lines like that:
{% load staticfiles %} {% load static %}
at least for me I just had to erase this {% load staticfiles %} because what we can use is the second one, {% load static %}
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CleverProgrammer/codedaddies_list/issues/7#issuecomment-649646183, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFAT5NTAH2VYIBGFL733F3RYNX4NANCNFSM4NNZQ2SA .
https://stackoverflow.com/questions/55929472/django-templatesyntaxerror-staticfiles-is-not-a-registered-tag-library
Hi Guys
I like your videos a lot, thank you for sharing all of this information.
I have got a problem , please?
When I want to do search for any word and press submit button I get an error, see below for the error please. How I can sole this please?
I posted this question above, and I watched (Python Django Tutorial 2020 - Full Course for Beginners) I saw others had the same question! Now, you can sorted by running (python manage.py migrate) before doing the runserver. Big Big thank to you guys, I loved you videos.
I just found the answer You know there's to lines like that:
{% load staticfiles %} {% load static %}
at least for me I just had to erase this {% load staticfiles %} because what we can use is the second one, {% load static %}
thanks a lot
I just found the answer You know there's to lines like that:
{% load staticfiles %} {% load static %}
at least for me I just had to erase this {% load staticfiles %} because what we can use is the second one, {% load static %}
Thanks a lot