I’m using https://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/?from=olddocs.
I have a sitemap generated from api.example.me for the domain: example.com.
Can I, with Django, specify a base URL?
Now with location() method return:
api.example.me/page/3123
instead of
example.com/page/3123
Is this possible?
Solved, I redefined my own
get_urls.It works: