https://github.com/arthurk/django-disqus
Integrates DISQUS into Django
https://github.com/arthurk/django-disqus
disqus django python
Last synced: about 1 month ago
JSON representation
Integrates DISQUS into Django
- Host: GitHub
- URL: https://github.com/arthurk/django-disqus
- Owner: arthurk
- License: bsd-3-clause
- Created: 2009-01-20T21:05:44.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T16:34:44.000Z (over 3 years ago)
- Last Synced: 2025-08-20T19:46:22.733Z (about 2 months ago)
- Topics: disqus, django, python
- Language: Python
- Homepage: http://django-disqus.readthedocs.org/
- Size: 658 KB
- Stars: 324
- Watchers: 11
- Forks: 98
- Open Issues: 30
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
# django-disqus
Export existing comments to and integrate DISQUS_ into your Django_ website.
Features:
- Export django.contrib.comments to DISQUS
- Dump comments from DISQUS into a local JSON file
- Templatetags
- Exporting Comments as WXRThe documentation is available at [https://django-disqus.readthedocs.io/](https://django-disqus.readthedocs.io/).