Django CMS articles management plugin
Project description
It is a simple plugin that allows you to organize you article pages in a manner of a blog. It does not break original page publishing workflow, but has some tricks to gather articles into a blog app.
Requirements
It works fine and tested under Python 2.7. The following libraries are required
Django >= 1.5
django-cms >= 3.0 (we recommend to use Django CMS 3.0 and higher, contact us if you need prior CMS versions supports and have some issues)
Installation
$ pip install cmsplugin-articles
Configure installed apps in your settings.py
INSTALLED_APPS = [ # django contrib and django cms apps 'cmsplugin_articles', ]
Migrate your database
django-admin.py migrate cmsplugin_articles
Usage
Create a page in a common way, it will be a root page, an articles list;
Add ArticlesPlugin to the page to you content placeholder, this will show a list of published articles;
Create an article page as a child page, it will be shown automatocally in the list.
Customization
You can customize this plugin by overriding the following templates
cms/plugins/articles.html (plugin template layout)
cms/plugins/article_teaser.html (if you want to change teaser template, e.g. use easy-thumbnails for teaser images)
cms/plugins/articles_pagination.html (pagination templates, if you want to add extra css classes or so)
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cmsplugin-articles-0.2.2.tar.gz
.
File metadata
- Download URL: cmsplugin-articles-0.2.2.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3d347e36490c6499af80a50e9924b591c08627c392de14ad30302cbf1daf29f |
|
MD5 | 3bd417f0495a05a9c005922abaa1c235 |
|
BLAKE2b-256 | 4480586034a4f75c91046bd9a724998321f05b0014c53847f89e36eb35ddedee |