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 details)

Uploaded Source

File details

Details for the file djangocms-blog-0.1.0.tar.gz.

File metadata

File hashes

Hashes for djangocms-blog-0.1.0.tar.gz
Algorithm Hash digest
SHA256 cc66d1a099d650018095a0060d5588b79e736f3eddb58ca89e279a4f3cec24e2
MD5 e96252388ba0f0eb26845b10ad7c4d7a
BLAKE2b-256 2f24c9dac39ae04976a5a049045defadc6963b83bf2884c3c55487101ab3c67e

See more details on using hashes here.

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