Skip to content

Instantly share code, notes, and snippets.

@daikeren
Created May 31, 2012 17:46
Show Gist options
  • Select an option

  • Save daikeren/2845002 to your computer and use it in GitHub Desktop.

Select an option

Save daikeren/2845002 to your computer and use it in GitHub Desktop.
sitemaps = {
'blog': BlogSitemap,
}
urlpatterns += (
url(r'^sitemap\.xml$', 'django.contrib.sitemaps.views.sitemap', {'sitemaps': sitemaps}),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment