Skip to main content

Simple django-cms blog app

Project description

A simple blog app for django-cms.

Version:

0.1.0

Download:

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

Source:

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

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'),
    ...
)

Versions

0.1.0 - Alpha release

To migrate from earlier versions using south run (some fields may be lost):

$ pip install --upgrade djangocms-blogit==0.0.99
$ python manage.py migrate blogit
$ pip install --upgrade djangocms-blogit==0.1.0
$ python manage.py migrate blogit 0001 --fake --delete-ghost-migrations

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.1.0.tar.gz (18.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for djangocms-blogit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8ce85c96cc518beb6f45e0824d32cb731f7c306c6d3d5fa19ee69e1c5b66a98a
MD5 ab055fc8a48f0be8827b6a60d82ec6f6
BLAKE2b-256 2ec50f77637c11a0e7569ca6703d3da3ad1f9c682ef407f668e2037393c391d0

See more details on using hashes here.

Supported by

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