DarrenOfficial/dpaste

Django 3 compatibility: staticfiles was removed

rain0r opened this issue · 2 comments

The file templates/dpaste/base.html uses {% load staticfiles %} which was removed in Django 3.

Thus, this package does not work with Django 3.

django-csp is currently not 3.0 ready either mozilla/django-csp#129

Fixed in 63a8500. django-csp will be a separate issue.