djangocms_blog/README.rst

60 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2014-02-25 13:46:50 +00:00
==============
2014-01-05 09:34:10 +00:00
djangocms-blog
2014-02-25 13:46:50 +00:00
==============
2014-01-05 09:34:10 +00:00
.. image:: https://badge.fury.io/py/djangocms-blog.png
:target: http://badge.fury.io/py/djangocms-blog
2014-04-11 05:41:32 +00:00
.. image:: http://img.shields.io/pypi/dm/djangocms-blog.png
2014-01-05 09:34:10 +00:00
:target: https://crate.io/packages/djangocms-blog?version=latest
2014-02-25 13:46:50 +00:00
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.
2014-01-05 09:34:10 +00:00
Documentation
-------------
2014-02-25 13:46:50 +00:00
No doc at the moment, sorry
2014-01-05 09:34:10 +00:00
Quickstart
----------
Install djangocms-blog::
2014-04-19 17:19:15 +00:00
pip install djangocms-blog
2014-01-05 09:34:10 +00:00
2014-03-06 19:09:37 +00:00
Add ``djangocms_blog`` and its dependencies to INSTALLED_APPS::
2014-01-05 09:34:10 +00:00
2014-03-06 19:09:37 +00:00
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
2014-01-05 09:34:10 +00:00
Features
--------
2014-03-06 19:09:37 +00:00
* Placeholder content editing
* Frontend editing using django CMS 3.0 frontend editor
* Multilingual support using django-parler
2014-01-06 09:37:55 +00:00
.. image:: https://d2weczhvl823v0.cloudfront.net/nephila/djangocms-blog/trend.png
:alt: Bitdeli badge
:target: https://bitdeli.com/free