Skip to main content

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

Project details


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.99.tar.gz (23.1 kB view details)

Uploaded Source

File details

Details for the file djangocms-blogit-0.0.99.tar.gz.

File metadata

File hashes

Hashes for djangocms-blogit-0.0.99.tar.gz
Algorithm Hash digest
SHA256 38f50ad1f657cc0abb6877b886a10bf0f7655ec21cbe5b7297985d709a384116
MD5 c0a5a35d2af1cbc002a2524c901ce119
BLAKE2b-256 6b251a299fc78bf2b103899529e7be1d663eb89b63ec7bc5611259ad4840541d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page