An extension for cmsplugin-blog which allows to publish only certain languages of a blog entry.
Installation
You need to install the following prerequisites in order to use this app:
pip install Django pip install django-cms pip install cmsplugin-blog pip install simple-translation
If you want to install the latest stable release from PyPi:
$ pip install cmsplugin-blog-language-publish (not available by now)
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/cmsplugin-blog-language-publish.git#egg=cmsplugin_blog_language_publish
Add cmsplugin_blog_language_publish to your INSTALLED_APPS:
INSTALLED_APPS = (
...,
'cmsplugin_blog_language_publish',
)
TODO: Add additional installation steps.
Usage
TODO: Describe usage
Contribute
If you want to contribute to this project, please perform the following steps:
# Fork this repository # Clone your fork $ mkvirtualenv -p python2.7 cmsplugin-blog-language-publish $ pip install -r requirements.txt $ ./logger/tests/runtests.sh # You should get no failing tests $ git co -b feature_branch master # Implement your feature and tests # Describe your change in the CHANGELOG.txt $ git add . && git commit $ git push origin feature_branch # Send us a pull request for your feature branch
Whenever you run the tests a coverage output will be generated in tests/coverage/index.html. When adding new features, please make sure that you keep the coverage at 100%.
Roadmap
Check the issue tracker on github for milestones and features to come.
Release files for cmsplugin-blog-language-publish 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cmsplugin-blog-language-publish-0.1.3.tar.gz | 9.3 kB | Details |
Release files / cmsplugin-blog-language-publish-0.1.3.tar.gz
| Download URL | cmsplugin-blog-language-publish-0.1.3.tar.gz |
|---|---|
| Size | 9.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bc422dafd4305e791f1c6fef25ea0ecadd4011d6f70fc60b7a85ba5a3d57945
|
|
BLAKE2b-256 checksum How to use checksums |
e605abbba5da97e2de6d3f1bd264fa4b6607979c9b95a4da15371b88cedc9e12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |