Disqus intergration for your django-cms powered site with options for Single Sign-On (SSO), lazy loading, analytics and more.
Project description
Disqus intergration for your django-cms powered site with options for Single Sign-On (SSO), lazy loading, analytics and more.
This project requires django-connected and django-cms v3.0 or higher to be properly installed and configured. When installing the djangocms-disqus using pip, django-connected will also be installed automatically.
Quickstart
Install djangocms-disqus:
pip install djangocms-disqus
Add djangocms_disqus to INSTALLED_APPS:
INSTALLED_APPS = ( ... 'connected_accounts', 'connected_accounts.providers', 'djangocms_disqus', ... )
To enable Disqus as a provider for django-connected (register new applications at https://disqus.com/api/applications/register/):
CONNECTED_ACCOUNTS_DISQUS_CONSUMER_KEY = '<disqus_secret_key>' CONNECTED_ACCOUNTS_DISQUS_CONSUMER_SECRET = '<disqus_public_key>'
Sync database (requires south>=1.0.1 if you are using Django 1.6.x):
python manage.py migrate
Add the DisqusMiddleware to MIDDLEWARE_CLASSES:
MIDDLEWARE_CLASSES = ( ... 'djangocms_disqus.middleware.DisqusMiddleware', ... )
Preview
You may also like…
djangocms-forms — https://github.com/mishbahr/djangocms-forms
djangocms-fbcomments - https://github.com/mishbahr/djangocms-fbcomments
djangocms-gmaps — https://github.com/mishbahr/djangocms-gmaps
djangocms-instagram — https://github.com/mishbahr/djangocms-instagram
djangocms-responsive-wrapper — https://github.com/mishbahr/djangocms-responsive-wrapper
djangocms-twitter2 — https://github.com/mishbahr/djangocms-twitter2
djangocms-youtube — https://github.com/mishbahr/djangocms-youtube
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
File details
Details for the file djangocms-disqus-0.1.4.tar.gz
.
File metadata
- Download URL: djangocms-disqus-0.1.4.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0471a324700726e8027d62a6339193ca5431ddc5d9897ee25afaf4c00df23b00 |
|
MD5 | 95dfe3db9af7dfa05cfd353f729a7326 |
|
BLAKE2b-256 | 9c1d62bc820d94b875a7578f5fc420db2b74f5b50e766faf36a9752a7dae6ea6 |