django-request-viewer
django-request-viewer copied to clipboard
Next button / pages not showing on `logs/request-viewer/`
The next button as it is shown in the readme screenshot doesn't appear in the dashboard.
Though adding ?page=X
param works.
I've looked in the dashboard template.
It seems like the fragment for the pagination is empty on my end.
So maybe the queryset
parameter is missing from the template context
.
Maybe this is connected to my django version, I might look into this further quite busy atm though.
But nice django app! :)