module documentation

Undocumented

Class SitemapIndexItem Undocumented
Function index Undocumented
Function sitemap Undocumented
Function x_robots_tag Undocumented
Function _get_latest_lastmod Returns the latest `lastmod` where `lastmod` can be either a date or a datetime.
@x_robots_tag
def index(request, sitemaps, template_name='sitemap_index.xml', content_type='application/xml', sitemap_url_name='django.contrib.sitemaps.views.sitemap'): (source)

Undocumented

@x_robots_tag
def sitemap(request, sitemaps, section=None, template_name='sitemap.xml', content_type='application/xml'): (source)

Undocumented

def x_robots_tag(func): (source)

Undocumented

def _get_latest_lastmod(current_lastmod, new_lastmod): (source)

Returns the latest `lastmod` where `lastmod` can be either a date or a datetime.