Thanks Adam. I've had a look at the django.contrib.sitemaps process but all examples I've found relate to dynamic sitemaps created for ever changing blogs etc. Most of the info gives an example of a file to create but not what to call it or where to put it. So, using my limited knowledge of django and python i cobble something together and get.... ... an Unhandled exception. Aaaaarg.
On 12 Oct, 20:30, Adam N <[email protected]> wrote: > You might as well use django.contrib.sitemaps. > > It's not difficult to use that app so there's no more efficient way to > do this unless you happen to have the sitemaps.xml file already. > > On Oct 12, 11:32 am, Timbadu <[email protected]> wrote: > > > I need a simple sitemap for 5 URLs. The django sitemaps app seams a > > bit overkill for such a simple xml file. > > What's the best way of doing this? > > Can i simply upload a sitemaps.xml and point to it? > > Or should i use the django.contrib.sitemaps? > > > Thanks, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

