Simple django-cms blog app
Project description
A simple blog app for django-cms.
- Version:
0.2.0
- Download:
- Source:
- Docs:
- Dev Status:
Alpha
Dependencies
django-cms >= 3.0.0
django-filer >= 0.9.5
django-hvad >= 0.4.0
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'),
...
)
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.2.0.tar.gz
(504.4 kB
view details)
File details
Details for the file djangocms-blogit-0.2.0.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.2.0.tar.gz
- Upload date:
- Size: 504.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
288ee64fa98b9f8cf8c5189cb800496cbf7a637b7031e8742701f86dcab40103
|
|
| MD5 |
8a980290af08d48665fb385289c8e28b
|
|
| BLAKE2b-256 |
a939d445f89ed59f02f03af4bc2bed4d7b5ae9c60b0aaa87c68e311faec3e347
|