
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
|ci| |pypi| |status|
.. |ci| image:: https://travis-ci.org/tkliuxing/cmsplugin-catalog.png?branch=master :target: https://travis-ci.org/tkliuxing/cmsplugin-catalog :alt: Development Status
.. |pypi| image:: https://img.shields.io/pypi/v/cmsplugin-catalog.svg :target: https://pypi.python.org/pypi/cmsplugin-catalog/ :alt: Latest Version
.. |status| image:: https://img.shields.io/pypi/dm/cmsplugin-catalog.svg :target: https://pypi.python.org/pypi/cmsplugin-catalog/ :alt: Downloads
May you want insert a pages list tree. This Django CMS plugin allows you to add pages list to the page.
It works fine and tested under Python 2.7
. The following libraries are required
Django
>= 1.5django-cms
>= 3.0, <3.1 (we recommend to use Django CMS 3.0 and higher, lower than 3.1, contact us if you need prior CMS versions supports and have some issues)::
$ pip install cmsplugin-catalog
Configure installed apps in your settings.py
::
INSTALLED_APPS = [ # django contrib and django cms apps 'cmsplugin_catalog', ]
Migrate your database ::
django-admin.py migrate cmsplugin_catalog
Add plugin to the page with common way.
To customize how it looks you can override cms/plugins/catalog_list_panel.html
.
The changelog can be found at repo's release notes <https://github.com/tkliuxing/cmsplugin-catalog/releases>
_
Fork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.
You could also help me to translate cmsplugin-catalog
to your native language with Transifex <https://www.transifex.com/projects/p/cmsplugin-catalog/resource/core/>
_
FAQs
Django CMS page catalog plugin
We found that cmsplugin-catalog 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.