Skip to content

opps/opps-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPPS-COMMENTS

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 %}

About

Opps comments integrate disqus, facebook, intense debate and internal comment system

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •