Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
djangocms-htmlsitemap
Advanced tools
A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
Python 3.8.1+, Django 1.11+, Django-CMS 3.8+.
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.
Kapt dev@kapt.mobi and contributors
BSD. See LICENSE
for more details.
FAQs
A Django CMS plugin for building HTML sitemaps showing organized lists of CMS pages.
We found that djangocms-htmlsitemap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.