I have a website consist of many models and views already and over 25000 sub-urls. I need to create a sitemap but it is not easy to use django-sitemaps frameworks because we need to add each model.
Is there any easy way to create a sitemap for Django web-sites?
You could create a crawler (scrapy) to index your site, but tbh even with a lot of models it shouldn't be too hard to create a sitemap, have you run into any issues?