Chris Tapper
|
01fc6a18b6
|
Remove deprecated template tag libraries.
`{% load staticfiles %}` and `{% load adminstatic %}` were
[deprecated in Django 2.1](https://docs.djangoproject.com/en/2.2/releases/2.1/#features-deprecated-in-2-1),
and [removed in Django 3.0](https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0).
Instead, `{% load static %}` should be used.
|
2019-10-27 18:51:55 +01:00 |
|