{"id":16624288,"url":"https://github.com/dcramer/django-paging","last_synced_at":"2025-04-10T01:14:18.216Z","repository":{"id":976085,"uuid":"775164","full_name":"dcramer/django-paging","owner":"dcramer","description":"Sexy pagination in Django","archived":false,"fork":false,"pushed_at":"2013-05-07T06:51:54.000Z","size":170,"stargazers_count":108,"open_issues_count":9,"forks_count":27,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-10T01:14:10.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcramer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-14T18:41:00.000Z","updated_at":"2023-09-08T16:27:08.000Z","dependencies_parsed_at":"2022-07-05T22:30:39.803Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/django-paging","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-paging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-paging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-paging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-paging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/django-paging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T03:45:48.433Z","updated_at":"2025-04-10T01:14:18.199Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n=====\n\nA simple and efficient paginator.\n\nJinja2\n------\n\nJinja2 is supported via Coffin::\n\n\t{% with paginate(request, my_queryset) as results %}\n\t  {{ results.paging }}\n\t  {% for result in results.objects %}\n\t    {{ result }}\n\t  {% endfor %}\n\t  {{ results.paging }}\n\t{% endwith %}\n\nDjango\n------\n\nDjango templatetags require django-templatetag-sugar::\n\n\t{% load paging_extras %}\n\t\n\t{% paginate my_queryset from request as results %}\n\t{{ results.paging }}\n\t{% for result in results.objects %}\n\t  {{ result }}\n\t{% endfor %}\n\t{{ results.paging }}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-paging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Fdjango-paging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-paging/lists"}