On Tuesday, 10 December 2019 11:00:32 UTC-5, Balaji 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] <javascript:> * > * Mobile: +91-9270696267* >
1 <https://stackoverflow.com/posts/61015726/timeline> It's due to upgrading to Django3.0, use as mentioned above. use: {% load static %} -- 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/0124a0a8-dd11-4472-bc25-94a3b5a9f64b%40googlegroups.com.

