jmbo-sitemap

XML and HTML sitemap product for Jmbo


License
BSD-3-Clause
Install
pip install jmbo-sitemap==2.0.1

Documentation

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.