Simple django-cms blog app
Project description
================
djangocms-blogit
================
**Project is a development stage (pre-alpha)**
A simple blog plugin for django-cms.
Dependencies
------------
* `django-cms`_ == 2.4.3
* `django-filer`_ == 0.9.5
* `django-hvad`_ == 0.3
* `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
-------------
BLOGIT_POSTS_PER_PAGE
Number of posts displayed per page.
Defaults to 5.
BLOGIT_LIST_TEMPLATE
Path to list template. Defaults to ``blogit/list.html``
BLOGIT_DETAIL_TEMPLATE
Path to detail template. Defaults to ``blogit/detail.html``
BLOGIT_AUTHOR_LINK_TYPE_CHOICES
Link type choices for authors. List of tuples.
BLOGIT_CATEGORY_URL, BLOGIT_AUTHOR_URL
Default url names.
BLOGIT_CATEGORY_URL_TRANSLATION, BLOGIT_AUTHOR_URL_TRANSLATION
Url translation.
::
BLOGIT_CATEGORY_URL_TRANSLATION = (
('en', 'category'),
('hr', 'kategorija'),
...
)
.. _django-cms: https://github.com/divio/django-cms
.. _django-filer: https://github.com/stefanfoulis/django-filer
.. _django-hvad: https://github.com/kristianoellegaard/django-hvad
.. _django-taggit: https://github.com/alex/django-taggit
djangocms-blogit
================
**Project is a development stage (pre-alpha)**
A simple blog plugin for django-cms.
Dependencies
------------
* `django-cms`_ == 2.4.3
* `django-filer`_ == 0.9.5
* `django-hvad`_ == 0.3
* `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
-------------
BLOGIT_POSTS_PER_PAGE
Number of posts displayed per page.
Defaults to 5.
BLOGIT_LIST_TEMPLATE
Path to list template. Defaults to ``blogit/list.html``
BLOGIT_DETAIL_TEMPLATE
Path to detail template. Defaults to ``blogit/detail.html``
BLOGIT_AUTHOR_LINK_TYPE_CHOICES
Link type choices for authors. List of tuples.
BLOGIT_CATEGORY_URL, BLOGIT_AUTHOR_URL
Default url names.
BLOGIT_CATEGORY_URL_TRANSLATION, BLOGIT_AUTHOR_URL_TRANSLATION
Url translation.
::
BLOGIT_CATEGORY_URL_TRANSLATION = (
('en', 'category'),
('hr', 'kategorija'),
...
)
.. _django-cms: https://github.com/divio/django-cms
.. _django-filer: https://github.com/stefanfoulis/django-filer
.. _django-hvad: https://github.com/kristianoellegaard/django-hvad
.. _django-taggit: https://github.com/alex/django-taggit
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.0.9.tar.gz
(10.7 kB
view details)
File details
Details for the file djangocms-blogit-0.0.9.tar.gz.
File metadata
- Download URL: djangocms-blogit-0.0.9.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df43f5ba516388f440818a5a092b6e0c140d70fffd25a7b8f78cc424c54fc023
|
|
| MD5 |
147caf73199585cce3f081c930520bc0
|
|
| BLAKE2b-256 |
14e977d0fb05930fce189a17934b69f3914f8658850396ff12fb7bc5a48136df
|