djangocms-htmlsitemap

A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
Requirements
Python 3.8.1+, Django 2.2+, Django-CMS 4.1+.
Starting from v2.0, the plugin only supports django CMS 4.1 and above.
For django CMS 3.x, use version 1.x.x.
Installation
Just run:
pip install djangocms-htmlsitemap
Once installed you just need to add djangocms_htmlsitemap to INSTALLED_APPS in your project's settings module:
INSTALLED_APPS = (
'djangocms_htmlsitemap',
)
Then install the models:
python manage.py migrate djangocms_htmlsitemap
Congrats! You’re in.
Authors
Kapt dev@kapt.mobi and contributors
License
BSD. See LICENSE for more details.