Simple django-cms blog app
Project description
A simple blog app for django-cms.
- Version:
0.3.9
- Download:
- Source:
- Docs:
- Dev Status:
Alpha
Requirements
django-cms >= 3.0.0
django-filer >= 0.9.5
django-parler >= 1.4
django-taggit >= 0.10
django-mptt >= 0.6.0
Installation
To install djangocms-blogit with pip run:
pip install djangocms-blogit
Setup
Setup django-cms and django-filer than add to settings:
INSTALLED_APPS = (
...
'mptt',
'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.9.tar.gz
(496.9 kB
view details)
File details
Details for the file djangocms-blogit-0.3.9.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.3.9.tar.gz
- Upload date:
- Size: 496.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fa67d55818d0283bb9ecb3a1e26ddaf113ca865e11a28c767cf33bed944926c
|
|
| MD5 |
25405fd9cccad1e88b29cde5eb1ca6ec
|
|
| BLAKE2b-256 |
789073977c3a9381706a02974eb13da5ddb96b33db8e49226fd375a17c04a76f
|