Skip to main content

Threaded comments for django-blog-zinnia

Project description

Zinnia-threaded-comments is a python package providing threaded comments for django-blog-zinnia based on django-contrib-comments.

Installation

First of all you need to install and configure django-app-namespace-template-loader into your project.

Then once Zinnia is installed on your Django project and this package installed on your PYTHON_PATH, simply register the zinnia_threaded_comments application in the INSTALLED_APP section of your project’s settings and then register zinnia_threaded_comments as the COMMENTS_APP.

Now Zinnia can handle threaded comments.

Protip

If you plan to customise the default template of an entry with the threaded comments, create in your project a zinnia/entry_detail.html template starting with:

{% extends "zinnia/entry_detail_base.html" %}

By doing this you don’t have to reimplement the template logic provided by the app, and just have to customize the needed blocks.

Going further

More informations about customizations of the comments framework at: http://django-contrib-comments.readthedocs.org/en/latest/custom.html

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

zinnia-threaded-comments-0.4.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

zinnia_threaded_comments-0.4-py2-none-any.whl (13.5 kB view hashes)

Uploaded Python 2

Supported by

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