A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
Project description
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 = (
# 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangocms_htmlsitemap-2.0.0.tar.gz.
File metadata
- Download URL: djangocms_htmlsitemap-2.0.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.9 Linux/6.16.3-76061603-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68ac4229482cdcbed99aaab7105b5e407083e18628b2205ae18266a665270b64
|
|
| MD5 |
a03a7a5f85b8f97775dd8d2cc161bd9c
|
|
| BLAKE2b-256 |
de76a4166da55e3217ce96a28e7ec1b2257d1b75ab49ac1c21cd0a8df573b9f2
|
File details
Details for the file djangocms_htmlsitemap-2.0.0-py3-none-any.whl.
File metadata
- Download URL: djangocms_htmlsitemap-2.0.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.9 Linux/6.16.3-76061603-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78956b5cdc972473722521a0685f74990f4f98b9e0c180521cd0261b914f220f
|
|
| MD5 |
a82b80649866b6009015ae88d5278c82
|
|
| BLAKE2b-256 |
43c250233c2b4f38e851e085be735b88255266e9eea7eeac37ee1115d2f61ac4
|