Small extension for Flask to make possible using Disqus comments
Project description
This is a small and simple integration of Disqus comment system into Flask.
Installation
Go to directory with app in console and type python setup.py install
Press “Enter”
Usage
from flask_disqus import Disqus
disq = Disqus(app)
in html template:
{% autoescape false %}
{{ disqus_dev() }}
{{ disqus_show_comments("comments_name") }}
{% endautoescape %}
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
Flask-Disqus-0.0.1.tar.gz
(3.5 kB
view details)
File details
Details for the file Flask-Disqus-0.0.1.tar.gz.
File metadata
- Download URL: Flask-Disqus-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52a86dc24cfa802042d4b0d2e6c0237729697a8b6a1153175a1e14f58c7829b7
|
|
| MD5 |
3b2d454bd0c1f6e1ddadb98608f188db
|
|
| BLAKE2b-256 |
b48a3c950b45ef3b1b0fbf7f0271ccf45a4bdde733c27605c89089225e409171
|