https://stackoverflow.com/questions/18321684/staticfiles-is-not-a-valid-tag-library-template-library-staticfiles-not-found See this,
Add these lines, django.contrib.staticfiles to INSTALLED_APPS in settings.py On Tue, 10 Dec 2019 at 21:29, Balaji Shetty <[email protected]> wrote: > Hi > > I am getting error for every Project. > > I created new environment and reinstalled python and Django. > > emplateSyntaxError at / > > 'staticfiles' is not a registered tag library. Must be one of: > admin_list > admin_modify > admin_urls > cache > i18n > l10n > log > propeller > static > tz > > > > > -- > > > *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,* > *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India* > *Official: [email protected] <[email protected]> * > * Mobile: +91-9270696267* > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAECSbOu6bW6G3Wqmz7w3AkezhuGGax9Z4dH7LzEVLAAV5ZtaKQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAECSbOu6bW6G3Wqmz7w3AkezhuGGax9Z4dH7LzEVLAAV5ZtaKQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH9mneVY_omR3o2NLrOnuhQ7nziY916DJkkADhY8d0A0zvVZSw%40mail.gmail.com.

