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