tango_with_django_2_code icon indicating copy to clipboard operation
tango_with_django_2_code copied to clipboard

changed staticfiles to static

Open anilchoudhary opened this issue 5 years ago • 0 comments

{% load staticfiles %} is giving error: 'staticfiles' is not a registered tag library. But, I have 'django.contrib.staticfiles' inside the INSTALLED_APPS in settings.py. {% load staticfiles %} and {% load admin_static %} were deprecated in Django 2.1, and removed in Django 3.0.

anilchoudhary avatar Mar 17 '20 18:03 anilchoudhary