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 %}
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
Flask-Disqus-0.0.1.tar.gz (3.5 kB) Copy SHA256 hash SHA256 | Source | None | Nov 15, 2016 |