DjangoCMS Blog plugin
Project description
# DjangoCMS Blog plugin
![image](https://img.shields.io/pypi/v/djangocms_blog_plugin.svg%0A%20%20%20%20%20:target:%20https://pypi.python.org/pypi/djangocms_blog_plugin)
![image](https://img.shields.io/travis/carlosmart626/djangocms_blog_plugin.svg%0A%20%20%20%20%20:target:%20https://travis-ci.org/carlosmart626/djangocms_blog_plugin)
![image](https://readthedocs.org/projects/djangocms-blog-plugin/badge/?version=latest%0A%20%20%20%20%20:target:%20https://djangocms-blog-plugin.readthedocs.io/en/latest/?badge=latest%0A%20%20%20%20%20:alt:%20Documentation%20Status)
![image](https://pyup.io/repos/github/carlosmart626/djangocms_blog_plugin/shield.svg%0A%20%20:target:%20https://pyup.io/repos/github/carlosmart626/djangocms_blog_plugin/%0A%20%20:alt:%20Updates)
DjangoCMS Blog plugin is a plugin enabled for DjangoCMS to add a feed of your posts created in [djcms_blog](https://github.com/CarlosMart626/djcms_blog) in any page.
- Free software: MIT license
- Documentation: <https://djangocms-blog-plugin.readthedocs.io>.
## Features
* Support DjangoCMS
* Can define a Blog to display
* Can define how many entries to display
## Installation
Install using pip
```
pip install djcms_blog_plugin
```
Add to installed apps:
```
INSTALLED_APPS = (`
# Your django apps
'cms', # required django cms
'djcms_blog', # required djcms_blog
'djcms_blog_plugin',
```
## Settings
```
DJCMS_BLOG_ID = 1 # Defines the Main blog id
DJCMS_BLOG_ENTRIES_NUMBER # Define the number of entries to display in the widget
```
## Contributing
Install dev dependencies
```
pip install -r requirements_dev.txt
```
Run tests
```
pytest . --cov=. --cov-report=term-missing
# virtualenv
python -m pytest . --cov=. --cov-report=term-missing
```
=======
History
=======
0.1.0 (2018-09-08)
------------------
* First release on PyPI.
0.1.3 (2019-03-03)
------------------
* Update author image updated in djcms_blog.
![image](https://img.shields.io/pypi/v/djangocms_blog_plugin.svg%0A%20%20%20%20%20:target:%20https://pypi.python.org/pypi/djangocms_blog_plugin)
![image](https://img.shields.io/travis/carlosmart626/djangocms_blog_plugin.svg%0A%20%20%20%20%20:target:%20https://travis-ci.org/carlosmart626/djangocms_blog_plugin)
![image](https://readthedocs.org/projects/djangocms-blog-plugin/badge/?version=latest%0A%20%20%20%20%20:target:%20https://djangocms-blog-plugin.readthedocs.io/en/latest/?badge=latest%0A%20%20%20%20%20:alt:%20Documentation%20Status)
![image](https://pyup.io/repos/github/carlosmart626/djangocms_blog_plugin/shield.svg%0A%20%20:target:%20https://pyup.io/repos/github/carlosmart626/djangocms_blog_plugin/%0A%20%20:alt:%20Updates)
DjangoCMS Blog plugin is a plugin enabled for DjangoCMS to add a feed of your posts created in [djcms_blog](https://github.com/CarlosMart626/djcms_blog) in any page.
- Free software: MIT license
- Documentation: <https://djangocms-blog-plugin.readthedocs.io>.
## Features
* Support DjangoCMS
* Can define a Blog to display
* Can define how many entries to display
## Installation
Install using pip
```
pip install djcms_blog_plugin
```
Add to installed apps:
```
INSTALLED_APPS = (`
# Your django apps
'cms', # required django cms
'djcms_blog', # required djcms_blog
'djcms_blog_plugin',
```
## Settings
```
DJCMS_BLOG_ID = 1 # Defines the Main blog id
DJCMS_BLOG_ENTRIES_NUMBER # Define the number of entries to display in the widget
```
## Contributing
Install dev dependencies
```
pip install -r requirements_dev.txt
```
Run tests
```
pytest . --cov=. --cov-report=term-missing
# virtualenv
python -m pytest . --cov=. --cov-report=term-missing
```
=======
History
=======
0.1.0 (2018-09-08)
------------------
* First release on PyPI.
0.1.3 (2019-03-03)
------------------
* Update author image updated in djcms_blog.
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
djcms_blog_plugin-0.1.3.tar.gz
(11.8 kB
view details)
File details
Details for the file djcms_blog_plugin-0.1.3.tar.gz
.
File metadata
- Download URL: djcms_blog_plugin-0.1.3.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.2 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb24f97906a08c1787a79dd07c4adda5fe49201cdf168e7cfbf154a5df8bf558 |
|
MD5 | 913a1ad5ab6c9f93152c3aea6a63735b |
|
BLAKE2b-256 | 233483ff2c3247a9503b4fe250adfa58a483d4681fa39ee43141a0c569034a78 |