django-static-sitemaps
django-static-sitemaps copied to clipboard
Generate sitemaps for multiple sites
I have few sites in 1 django's project. I see there is a STATICSITEMAPS_URL setting, but how to generate sitemaps for multiple sites?
Unfortunately, this is not currently possible. It would require supporting multiple entry sitemaps. Currently, there is only one root sitemap file.