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 details)
File details
Details for the file opps-comments-0.1.2.tar.gz
.
File metadata
- Download URL: opps-comments-0.1.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5376a48df3883a1a70e453d06db4400e74a597af9bcd1663f5f6a8ad4f3e1c9d |
|
MD5 | 3a9f41df2aa0ebc6523828f13a74687a |
|
BLAKE2b-256 | 2321202c713994e0f603e2053d20c4c8197dc8eddfa01256b87dedf42c0b574c |