Skip to content

Commit a4c9a68

Browse files
committed
sitemap paginations
1 parent 2c27a0c commit a4c9a68

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
@@ -6,7 +6,7 @@
66

77
# Get the current site domain
88
def get_base_url():
9-
return getattr(settings, 'SITE_URL', 'https://github.tarxemo.com')
9+
return 'https://github.tarxemo.com'
1010

1111
base_url = get_base_url()
1212

0 commit comments

Comments
 (0)