You can just override get_domain nowadays:
get_domain
class MySitemap(Sitemap): def get_domain(self, site=None): return "www.yourdomain.com"