Skip to content

Commit 2ff2b42

Browse files
authored
Merge pull request #6 from tarxemo/dev
the sitemap modifications
2 parents 0c90b73 + 15a69df commit 2ff2b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github_management/sitemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class UserSitemapPart2(Sitemap):
8888
priority = 0.7
8989

9090
def items(self):
91-
return GitHubUser.objects.order_by('id')[25000:]
91+
return GitHubUser.objects.order_by('id')[25000:47000]
9292

9393
def location(self, obj):
9494
return reverse('github_management:user_detail', kwargs={'github_username': obj.github_username})

0 commit comments

Comments
 (0)