FileFieldSitemap for the sitemap framework
Snippet is a class for the sitemap framework which lists files.
- filefield
- sitemap
Snippet is a class for the sitemap framework which lists files.
Example of using django localeurl with sitemaps. Create sitemap instance for each combination of the sitemap section and language. In your sitemap class create method ` def location(self, obj): return chlocale(obj.get_absolute_url(), self.language) ` or inherit it from LocaleurlSitemap class.
2 snippets posted so far.