barseghyanartur / django-admin-timeline

A Facebook-like timeline app for Django admin. It's very similar to built-in feature Daily progress, but has nicer templates and infinite scroll. Actions are broken up by day, then by action. It's possible to filter actions by user (multiple select) and content type (multiple select).
https://pypi.python.org/pypi/django-admin-timeline
53 stars 10 forks source link

Django 3 missing templatetag staticfiles #16

Closed jayvdb closed 3 years ago

jayvdb commented 4 years ago

Probably the last Django 3 'critical' problem

Internal Server Error: /admin/timeline/
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/django/template/defaulttags.py", line 1021, in find_library
    return parser.libraries[name]
KeyError: 'staticfiles'

referring to https://github.com/barseghyanartur/django-admin-timeline/blob/26a94fc97e6d0461420cae9feb5342ee4ce2b08b/src/admin_timeline/templates/admin_timeline/timeline.html

barseghyanartur commented 3 years ago

Released in 1.8.