Skip to main content

A djangoCMS 3 blog application

Project description

https://badge.fury.io/py/djangocms-blog.png https://travis-ci.org/yakky/djangocms-blog.png?branch=master https://pypip.in/d/djangocms-blog/badge.png

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

Bitdeli badge

History

0.1.0 (2014-03-06)

  • First experimental release

Project details


Release history Release notifications | RSS feed

This version

0.1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-blog-0.1.0.tar.gz (20.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page