Skip to content

chenesan/django-disqus-backstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

django-disqus-backstore

A django app for managing(approve/spam/delete/update) Disqus posts in django admin.

How to use

  1. Add disqus-backstore in INSTALLED_APPS in your django settings module.

  2. Add the following attribute in your shell environment variable or django setting module:

    • DISQUS_PUBLIC_KEY: str, the api public key in disqus.

    • DISQUS_SECRET_KEY: str, the api secret key in disqus.

    • DISQUS_FORUM_SHORTNAME: str, the short name of forum which you want to manage.

    • DISUQS_ACCESS_TOKEN: str, the access token for your own application.

You can apply them in Disqus API site; See the detail in disqus api .

  1. python manage.py runserver and login to the django admin page. You should see the Disqus Thread/Post object list now!

License

MIT

About

A django app for managing Disqus post/thread in django admin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages