Django 3 compatibility: staticfiles was removed
rain0r opened this issue · 2 comments
rain0r commented
The file templates/dpaste/base.html
uses {% load staticfiles %}
which was removed in Django 3.
Thus, this package does not work with Django 3.
bartTC commented
django-csp is currently not 3.0 ready either mozilla/django-csp#129