I tried with your solution, i.e. changing 'example.com' to my domain name - but the /sitemap.xml still shows links with example.com. Pls help.
str (Dec 28 '11)The sitemap.xml is using example.com instead of the real domain name.
This is set through the django admin interface at the moment, the url is /admin accessible only to the site administrators, go to that url, scroll to sites, click on "example.com" and change to "asksci.com".
Not so convenient, I've retagged your question as the "feature-request" and will remember to make this setting easier to find.
This is a screenshot of our "sites" admin page:

And the site record itself:

Also, it is important that SITE_ID setting value in your settings.py is the same as the ID of the intended record in the admin panel:
SITE_ID = 1 #site id is 1 in our case - it is part of url in the above image
I tried with your solution, i.e. changing 'example.com' to my domain name - but the /sitemap.xml still shows links with example.com. Pls help.
str (Dec 28 '11)Asked: Jan 06 '11
Seen: 84 times
Last updated: Dec 28 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.