The sitemap framework documentation

9 views
Skip to first unread message

Emre Düzer

unread,
Oct 14, 2015, 10:25:25 AM10/14/15
to Django users
Hi,

There is an error while declaring code in the sitemap framework documentation.

Incorrect statement:
from django.contrib.sitemaps.views import sitemap
url(r'^sitemap\.xml$', sitemap, {'sitemaps': sitemaps},
    name='django.contrib.sitemaps.views.sitemap')

Correct statement:
from django.contrib.sitemaps.views 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

screen.png
Reply all
Reply to author
Forward
0 new messages