Opps CMS的评论应用
项目描述
安装
pip install -e git+https://github.com/opps/opps-comments.git#egg=opps-comments
配置
在您的django设置中包含opps.comments
INSTALLED_APPS += (
'opps.comments',
)
在您的django设置中添加Opps Comments凭据
OPPS_COMMENTS = {
"disqus": {
"shortname": "opps",
},
"facebook": {
"APP_ID": "123456"
},
"google": {}
}
使用
{% load comments_tags %}
{% load_comments %}
项目详细信息
关闭
opps-comments-0.1.2.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 5376a48df3883a1a70e453d06db4400e74a597af9bcd1663f5f6a8ad4f3e1c9d |
|
MD5 | 3a9f41df2aa0ebc6523828f13a74687a |
|
BLAKE2b-256 | 2321202c713994e0f603e2053d20c4c8197dc8eddfa01256b87dedf42c0b574c |