Hi, There is an error while declaring code in the sitemap framework documentation.
Incorrect statement: from django.contrib.sitemaps.view*s* import sitemap url(r'^sitemap\.xml$', sitemap, {'sitemaps': sitemaps}, name='django.contrib.sitemaps.views.sitemap') Correct statement: from django.contrib.sitemaps.view*s* import sitemap url(r'^sitemap\.xml$', sitemap, {'sitemaps': sitemaps}, 'django.contrib.sitemaps.views.sitemap') Have a nice day. https://docs.djangoproject.com/en/1.8/ref/contrib/sitemaps/#initialization -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/40b33e22-deae-4314-96b2-73559fe41823%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.