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.1.tar.gz
(5.6 kB
view details)
File details
Details for the file opps-comments-0.1.1.tar.gz
.
File metadata
- Download URL: opps-comments-0.1.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 815cc834cee48f54febf1c5b7739fb14c08d869a252ecac604ed45d8011b84f3 |
|
MD5 | 6c411f8e84701ae36f26ea744bbdf1e6 |
|
BLAKE2b-256 | ec321af79fc56b7f95a1510f8999e53166d8248c847cdeaab68805c56276629d |