Django CMS的HTML网站地图插件
项目描述
cmsplugin-htmlsitemap
这是一个Django CMS (3)的HTML网站地图插件。
要求
Django
django-cms
安装
使用PyPI,您可以在终端中简单地输入
pip install cmsplugin-htmlsitemap
或
easy_install cmsplugin-htmlsitemap
配置
将 cmsplugin_htmlsitemap 添加到您的 settings.py 文件中的 INSTALLED_APPS 列表中。如果您使用的是 south,请别忘了同步数据库或迁移。
在添加CMS插件后,您可以配置通过以下方式过滤列出的页面
* starting/minimal level * deepest/maximal level * is in navigation * exact match on created by * match title containing substring * URL match with regular expression * pages in the current language
贡献者
mihaisucan
abrown1982
acspike
在BSD许可证下发布。