djangocms-htmlsitemap
A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
Requirements
Python 3.8.1+, Django 1.11+, Django-CMS 3.8+.
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.