Go to file
2014-04-19 20:01:08 +02:00
.tx Add transifex support. Fix #6. 2014-03-29 16:37:52 +01:00
djangocms_blog Add support for social tags via django-meta-mixin 2014-04-19 20:01:08 +02:00
.gitignore Update docs for release 2014-03-06 20:03:07 +01:00
.travis.yml Boilerplate (still needs working) 2014-01-04 17:07:47 +01:00
AUTHORS.rst Update docs for release 2014-03-06 20:03:07 +01:00
CONTRIBUTING.rst Boilerplate (still needs working) 2014-01-04 17:07:47 +01:00
HISTORY.rst Follow parler updates in requirements. Update version and history 2014-03-29 23:10:06 +01:00
LICENSE Boilerplate (still needs working) 2014-01-04 17:07:47 +01:00
Makefile Add support for flake8, wheel 2014-04-19 20:01:08 +02:00
MANIFEST.in Update manifest, readme and history 2014-02-25 14:47:35 +01:00
README.rst Solve dependency on parler documenting the pip 1.5 behavior 2014-04-11 12:48:05 +02:00
requirements-test.txt Fix requirements 2014-02-03 21:15:46 +01:00
requirements.txt Add support for flake8, wheel 2014-04-19 20:01:08 +02:00
runtests.py Boilerplate (still needs working) 2014-01-04 17:07:47 +01:00
setup.cfg Add support for flake8, wheel 2014-04-19 20:01:08 +02:00
setup.py Update dependencies 2014-04-19 20:01:08 +02:00
tox.ini Fix requirements 2014-02-03 21:15:46 +01:00

==============
djangocms-blog
==============

.. image:: https://badge.fury.io/py/djangocms-blog.png
    :target: http://badge.fury.io/py/djangocms-blog
    
.. image:: http://img.shields.io/pypi/dm/djangocms-blog.png
        :target: https://crate.io/packages/djangocms-blog?version=latest


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.

.. warning:: Due to changes in pip 1.5, dependency_links is not respected
   anymore (see http://www.pip-installer.org/en/develop/dependency_links.html);
   djangocms-blog depends on development version of django-parler; thus,
   to proper install it you must invoke pip with `--process-dependency-links`
   options as stated below.
   We're going to fix this soon, sorry for the inconvenience.

Documentation
-------------

No doc at the moment, sorry

Quickstart
----------

Install djangocms-blog::

    pip install --process-dependency-links 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

.. image:: https://d2weczhvl823v0.cloudfront.net/nephila/djangocms-blog/trend.png
   :alt: Bitdeli badge
   :target: https://bitdeli.com/free