We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c27a0c commit a4c9a68Copy full SHA for a4c9a68
1 file changed
github_management/sitemap.py
@@ -6,7 +6,7 @@
6
7
# Get the current site domain
8
def get_base_url():
9
- return getattr(settings, 'SITE_URL', 'https://github.tarxemo.com')
+ return 'https://github.tarxemo.com'
10
11
base_url = get_base_url()
12
0 commit comments