Tuesday, December 10, 2019

Re: Django Error - 'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls

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 <balajishetty@gmail.com> 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. Professor
Department of Information Technology,
SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India
  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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAECSbOu6bW6G3Wqmz7w3AkezhuGGax9Z4dH7LzEVLAAV5ZtaKQ%40mail.gmail.com.

--
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH9mneVY_omR3o2NLrOnuhQ7nziY916DJkkADhY8d0A0zvVZSw%40mail.gmail.com.

No comments:

Post a Comment