comments App for Opps CMS
Project description
Install
pip install -e git+https://github.com/opps/opps-comments.git#egg=opps-comments
Configuration
Include opps.comments on your django settings:
INSTALLED_APPS += ( 'opps.comments', )
Add Opps Comments credentials on your django settings:
OPPS_COMMENTS = { "disqus": { "shortname": "opps", }, "facebook": { "APP_ID": "123456" }, "google": {} }
Used
{% load comments_tags %} {% load_comments %}
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
opps-comments-0.1.2.tar.gz
(5.7 kB
view hashes)