Django 2.1+: `{% load %}` of `admin_static` / `staticfiles` - > `static`
Closed this issue · 1 comments
adamchainz commented
Description
{% load staticfiles %}
and{% load admin_static %}
are deprecated in favor of{% load static %}
, which works the same.
adamchainz commented
Done in #34.