This plugin provides a simple news feature for django-cms 2.4 and newer.
It is based off of a fork of cmsplugin-news located here: https://bitbucket.org/zerok/cmsplugin-news
The goal of newsplus is to provide the simplicity of cmsplugin-news while adding some additional functionality, such as images.
Requires
django-cms >= 2.4
django >= 1.5
djangocms-text-ckeditor >= 2.0
Setup
Install django-cms (if you haven’t done so already)
Run pip install cmsplugin-newsplus or download this package and python setup.py install
Add ‘cmsplugin_newsplus’ to INSTALLED_APPS
Add to your project’s urls.py: url(r'^news/', include('cmsplugin_newsplus.urls')),
If you’re using South run python manage.py migrate, Otherwise run python manage.py syncdb within your project directory.
History
0.1.6:
Update migrations to Django 1.7
0.1.5:
Added missing urls.py step to Setup section of the README.
0.1.2:
Fixed compatibility with pip <= 1.1
0.1.1:
Compatility fixes for Django 1.6
Cleaned up repo.
Added Travis integration.
0.1.0:
Initial commit.
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-newsplus-0.1.6.tar.gz.
File metadata
- Download URL: cmsplugin-newsplus-0.1.6.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48d95890f408dbd281c17112f94d38fb0d134327a2b37ed7dd57a38f0612d4c4
|
|
| MD5 |
6d264d936ce85c5711549be83384f5ba
|
|
| BLAKE2b-256 |
ce4cc6115b1a5adee9b998dbae68d7b909da09de2b16d161c05770fa4cfd1eae
|