codedaddies_list icon indicating copy to clipboard operation
codedaddies_list copied to clipboard

Template syntax error ,static files is not a registered tag library..How to resolve this

Open nadarajan-s-18673 opened this issue 5 years ago • 10 comments

nadarajan-s-18673 avatar May 29 '20 07:05 nadarajan-s-18673

I am also facing this problem. I also need the solution.

mujahid018 avatar Jun 23 '20 20:06 mujahid018

Have someone figured out how to solve this??

ThomasFurtado avatar Jun 25 '20 15:06 ThomasFurtado

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 .

nadarajan-s-18673 avatar Jun 25 '20 15:06 nadarajan-s-18673

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 %}

ThomasFurtado avatar Jun 25 '20 15:06 ThomasFurtado

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 .

nadarajan-s-18673 avatar Jul 04 '20 02:07 nadarajan-s-18673

https://stackoverflow.com/questions/55929472/django-templatesyntaxerror-staticfiles-is-not-a-registered-tag-library

art3mis69 avatar Jul 16 '20 18:07 art3mis69

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? Screenshot 2020-08-27 at 01 11 54

Awara-Amin avatar Aug 27 '20 00:08 Awara-Amin

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.

Awara-Amin avatar Aug 27 '20 03:08 Awara-Amin

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

Addis-Alpha avatar Sep 16 '20 18:09 Addis-Alpha

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

kashyap3487 avatar Jan 03 '21 06:01 kashyap3487