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