Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

djangocms-htmlsitemap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-htmlsitemap

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

  • 1.1.3
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc