We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c90b73 + 15a69df commit 2ff2b42Copy full SHA for 2ff2b42
1 file changed
github_management/sitemap.py
@@ -88,7 +88,7 @@ class UserSitemapPart2(Sitemap):
88
priority = 0.7
89
90
def items(self):
91
- return GitHubUser.objects.order_by('id')[25000:]
+ return GitHubUser.objects.order_by('id')[25000:47000]
92
93
def location(self, obj):
94
return reverse('github_management:user_detail', kwargs={'github_username': obj.github_username})
0 commit comments