Skip to main content

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


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)

Uploaded Source

File details

Details for the file opps-comments-0.1.1.tar.gz.

File metadata

File hashes

Hashes for opps-comments-0.1.1.tar.gz
Algorithm Hash digest
SHA256 815cc834cee48f54febf1c5b7739fb14c08d869a252ecac604ed45d8011b84f3
MD5 6c411f8e84701ae36f26ea744bbdf1e6
BLAKE2b-256 ec321af79fc56b7f95a1510f8999e53166d8248c847cdeaab68805c56276629d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page