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.2.tar.gz (5.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for opps-comments-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5376a48df3883a1a70e453d06db4400e74a597af9bcd1663f5f6a8ad4f3e1c9d
MD5 3a9f41df2aa0ebc6523828f13a74687a
BLAKE2b-256 2321202c713994e0f603e2053d20c4c8197dc8eddfa01256b87dedf42c0b574c

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