xaralis / django-static-sitemaps

Tool for generating sitemaps as static files to serve them from webserver instead of your Django application.
154 stars 73 forks source link

Generate sitemaps for multiple sites #49

Closed NightTarlis closed 9 months ago

NightTarlis commented 7 years ago

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?

xaralis commented 7 years ago

Unfortunately, this is not currently possible. It would require supporting multiple entry sitemaps. Currently, there is only one root sitemap file.