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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for djangocms-blogit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 47c2d27e65454da374ef87b17cd71d852b533d9a58e27731429cb5b1a031b9bf
MD5 838fb7500106261fd45268df629333d1
BLAKE2b-256 b49585a4d80fe7d2bcfcc1b225f3a3b33f9e662c5011ef8dd1d279b22a0c2b7d

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