tango_with_django_2_code
tango_with_django_2_code copied to clipboard
changed staticfiles to static
{% 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.