You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to change {% load staticfiles %} to {% load static %} in silk templates to clean up RemovedInDjango30Warning log messages when loading silk pages with Django 2.1+. The {% load static %} has been available since Django 1.10 which is above the minimum version specified in requirements.txt.
The text was updated successfully, but these errors were encountered:
Need to change
{% load staticfiles %}
to{% load static %}
in silk templates to clean upRemovedInDjango30Warning
log messages when loading silk pages with Django 2.1+. The{% load static %}
has been available since Django 1.10 which is above the minimum version specified inrequirements.txt
.The text was updated successfully, but these errors were encountered: