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.1.tar.gz
(316.6 kB
view details)
File details
Details for the file djangocms-blogit-0.1.1.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.1.1.tar.gz
- Upload date:
- Size: 316.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47c2d27e65454da374ef87b17cd71d852b533d9a58e27731429cb5b1a031b9bf
|
|
| MD5 |
838fb7500106261fd45268df629333d1
|
|
| BLAKE2b-256 |
b49585a4d80fe7d2bcfcc1b225f3a3b33f9e662c5011ef8dd1d279b22a0c2b7d
|