Skip to main content

Simple django-cms blog app

Project description

A simple blog app for django-cms.

Version:

0.2.0

Download:

http://pypi.python.org/pypi/djangocms-blogit/

Source:

http://github.com/dinoperovic/djangocms-blogit/

Docs:

http://djangocms-blogit.readthedocs.org/

Dev Status:

Alpha

Dependencies

Installation

To install djangocms-blogit with pip run:

$ pip install djangocms-blogit

Setup

Setup django-cms and django-filer than add to INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'hvad',
    'taggit',
    'blogit',
    ...
)

Settings

You can browse all the setings in a settings.py file.

Url translation example:

BLOGIT_CATEGORY_URL_TRANSLATION = (
    ('en', 'category'),
    ('hr', 'kategorija'),
    ...
)

Project details


Download files

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

Source Distribution

djangocms-blogit-0.2.0.tar.gz (504.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