Simple django-cms blog app
Project description
A simple blog app for django-cms.
- Version:
0.3.0
- Download:
- Source:
- Docs:
- Dev Status:
Alpha
Dependencies
django-cms >= 3.0.0
django-filer >= 0.9.5
django-parler >= 1.4
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 = (
...
'parler',
'taggit',
'blogit',
...
)
Settings
You can browse all the setings in a settings.py file.
Important
Backwards incompatible with versions below 0.3.0
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.3.1.tar.gz
(397.4 kB
view details)
File details
Details for the file djangocms-blogit-0.3.1.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.3.1.tar.gz
- Upload date:
- Size: 397.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
774661db8491f17ebc810fabca825802d402a91da700455724f385d38dd269d2
|
|
| MD5 |
297ff908c74d8889a2d90bb98e108507
|
|
| BLAKE2b-256 |
f36a8c51da64f6c208a883989a23573c6e28a54ce2919d6a2cbad3aa7f4c7fb8
|