On Thu, 2007-08-16 at 11:03 -0700, MikeHowarth wrote: > Malcolm > > Thanks for your comments, indeed changing to use the sitemap view, > then returns a template does not exist error. > > If I create a sitemap.xml file in my templates directory I then bypass > this. What I'm struggling with is that the documentation suggests that > the feed is automatically generated.
It should be using the sitemaps.xml template from django/contrib/sitemaps/templates/. You might want to double-check that you have followed all the steps in the Installation section of the sitemaps documentation. If that is correctly set up, then check that django/contrib/sitemaps/templates/ exists and contains two files (sitemap_index.xml and sitemap.xml). Regards, Malcolm -- Depression is merely anger without enthusiasm. http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

