Disqus plugin for django CMS
Project description
django CMS plugin for Disqus.
Installation
This plugin requires django CMS 2.2 or higher to be properly installed and configured. It also requires you to have a Disqus account.
In your projects virtualenv, run pip install cmsplugin-disqus.
Add 'cmsplugin_disqus' to your INSTALLED_APPS setting.
Set the DISQUS_SHORTNAME setting to your sites shortname. See the Disqus documentation for more details.
Run manage.py migrate cmsplugin_disqus.
Templates
CMS Plugin Disqus has a single template, located at cmsplugin_disqus/disqus_plugin.html. The template is rendered with the following context variables:
DISQUS_SHORTNAME: The value of the DISQUS_SHORTNAME setting, used by Disqus to identify your site.
instance: The plugin instance used to render the template.
developermode: The value of the DEBUG setting, can be used to turn on the Disqus developer mode for testing.
The context is inherited from the main context used to render the page, therefore you also get all context variables from your template context processors. Most importantly you get the request object, which you can use to load the Disqus embed javascript code over HTTPS if necessary.
Translations
You can help translate this plugin at https://www.transifex.net/projects/p/cmsplugin-disqus/.
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
File details
Details for the file cmsplugin-disqus-1.0.tar.gz
.
File metadata
- Download URL: cmsplugin-disqus-1.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b52e3833c2d71b9b06f1f9cf640e3dd8be2fd1bbcdb13da53641a5db2d4c74fd |
|
MD5 | b2b72190e5357b6efa4cb60dc66f4abd |
|
BLAKE2b-256 | a67744c7bbf9e0061f7410e3081a3ec2026aedb5c39b7d2d724768913a0f2451 |