Django4 Blog

Posts tagged with "XML"

Dynamic Sitemaps

Using django.contrib.sites and django.contrib.sitemaps APPs the blog dynamically generates an XML sitemap available at /sitemap.xml for each post when it is published.

The blog contains a RSS feed created out …

read more...