Simple django-cms blog app
Project description
A simple blog app for django-cms.
- Version:
0.3.7
- 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.7.tar.gz
(493.8 kB
view details)
File details
Details for the file djangocms-blogit-0.3.7.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.3.7.tar.gz
- Upload date:
- Size: 493.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7d8986fbddf09351411a10d839f81be4ab08a55ab49d23cfc57b08b67904298
|
|
| MD5 |
e16fbb3b4cd33df99359a895d22bb0bf
|
|
| BLAKE2b-256 |
2a0b9c1eb9ab95a01318eb0e8e6211ee2180c8f647578edb7bc07c2ea2ad093e
|