Simple django-cms blog app
Project description
A simple blog app for django-cms.
- Version:
0.1.0
- Download:
- Source:
- Dev Status:
Alpha
Dependencies
django-cms == 2.4.3
django-filer == 0.9.5
django-hvad == 0.3
django-taggit == 0.10
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
Release history Release notifications | RSS feed
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)
File details
Details for the file djangocms-blogit-0.1.0.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.1.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ce85c96cc518beb6f45e0824d32cb731f7c306c6d3d5fa19ee69e1c5b66a98a
|
|
| MD5 |
ab055fc8a48f0be8827b6a60d82ec6f6
|
|
| BLAKE2b-256 |
2ec50f77637c11a0e7569ca6703d3da3ad1f9c682ef407f668e2037393c391d0
|