Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

praekelt/jmbo-sitemap

Repository files navigation

Jmbo Sitemap

XML and HTML sitemap product for Jmbo.

Contents

Installation

  1. Install or add jmbo-sitemap to your Python path.
  2. Add jmbo_sitemap and django.contrib.sitemaps to your INSTALLED_APPS setting.
  3. Add (r'^', include('jmbo_sitemap.urls')) to urlpatterns. You may need to add this early in the chain so other patterns don't take precedence.