I am using django_tenants
and I am planning to use Django sites framework
to create sitemap for each of the tenant and the public schema. But the public schema shall have a different sitemap since its apps are different than that of the tenants.
How to generate different sitemap for public schema and rest of the tenants using the Django sitemap framework?