Skip to main content

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


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 hashes)

Uploaded Source

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