[locations] Update view to show all locations
All checks were successful
build & deploy / test (push) Successful in 1m42s
build & deploy / build-and-deploy (push) Successful in 27s

This commit is contained in:
2026-05-20 13:29:09 -04:00
parent 3014a30616
commit 2b88f89794
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ from scrobbles.views import ChartContextMixin
class GeoLocationListView(generic.ListView):
model = GeoLocation
paginate_by = 75
paginate_by = 100
def get_queryset(self):
return (