A djangoCMS 3 blog application
Project description
A djangoCMS 3 blog application.
Still experimental and untested. You are welcome if you want to try it; if you encounter any issue, please open an issue.
Documentation
No doc at the moment, sorry
Quickstart
Install djangocms-blog:
pip install djangocms-blog
Add djangocms_blog and its dependencies to INSTALLED_APPS:
INSTALLED_APPS = [
...
'filer',
'parler',
'taggit',
'django_select2',
'taggit_autosuggest',
'djangocms_blog',
...
]
Then sync and migrate:
$ python manage.py syncdb $ python manage.py migrate
For filer installationand configuration, please refer to http://django-filer.readthedocs.org
Features
Placeholder content editing
Frontend editing using django CMS 3.0 frontend editor
Multilingual support using django-parler
History
0.1.0 (2014-03-06)
First experimental release
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
File details
Details for the file djangocms-blog-0.1.0.tar.gz.
File metadata
- Download URL: djangocms-blog-0.1.0.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc66d1a099d650018095a0060d5588b79e736f3eddb58ca89e279a4f3cec24e2
|
|
| MD5 |
e96252388ba0f0eb26845b10ad7c4d7a
|
|
| BLAKE2b-256 |
2f24c9dac39ae04976a5a049045defadc6963b83bf2884c3c55487101ab3c67e
|