Django CMS page catalog plugin
Project description
May you want insert a pages list tree. This Django CMS plugin allows you to add pages list to the page.
Requirements
It works fine and tested under Python 2.7. The following libraries are required
Django >= 1.5
django-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)
Installation
$ 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
Usage
Add plugin to the page with common way. To customize how it looks you can override cms/plugins/catalog_list_panel.html.
Roadmap
Python 3 support
Changelog
The changelog can be found at repo’s release notes
Contributing
Fork the repo, create a feature branch then send me pull request. Feel free to create new issues or contact me via email.
Translation
You could also help me to translate cmsplugin-catalog to your native language with Transifex
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
File details
Details for the file cmsplugin-catalog-0.1-py2-none-any.tar.gz
.
File metadata
- Download URL: cmsplugin-catalog-0.1-py2-none-any.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9567651949a05e213ce0ee71860ccd9062f589d27b2c5fc09d0a831fd59ff83 |
|
MD5 | 5d0c05e890c17a480bf3907018c24945 |
|
BLAKE2b-256 | d3c9844ff98b2306ae0b1d94db764830dda39d4e96ff72f1d6d8e8dfd007d1f1 |
File details
Details for the file cmsplugin_catalog-0.1-py2-none-any.whl
.
File metadata
- Download URL: cmsplugin_catalog-0.1-py2-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 760d2ca7202db917217660751ebc19cbe2aeea341078f54d1614299dd4034a7c |
|
MD5 | 5e3edfde7a2455548fbf31502c5878cc |
|
BLAKE2b-256 | 14ccf11727624443a538ee425d2fe06a9a0a4e86c6b81d7e2553fa1c26ab738f |