pydanny/dj-paginator

Parametrisation of paginate_by variable via URL

Open

#4 opened on Oct 12, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (4 forks)github user discovery
help wanted

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Allow dynamic changing of paginate_by variable by a parameter passed in the URL, e.g.: url(r'^mylistview/?paginate_by=([0-9]+)$', MyListView.as_view())

Contributor guide