Skip to main content

A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.

Project description

djangocms-htmlsitemap

Latest Version License

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 = (
    # other 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms_htmlsitemap-1.1.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

djangocms_htmlsitemap-1.1.3-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page