Skip to main content

Generic model commenting

Project description

Generic model commenting

About Bambu Comments

This package provides a secure, spam-aware, approval-based commenting system for Django models. Used in conjunction with an Akismet API key, it will keep spam from hitting inboxes, and works with other tools in the Bambu toolset to provide notifications and perform other actions.

Comments are sanitised before being posted, so you don’t need to run them through a bunch of filters.

About Bambu Tools 2.0

This is part of a toolset called Bambu Tools. It’s being moved from a namespace of bambu to its own ‘root-level’ package, along with all the other tools in the set. If you’re upgrading from a version prior to 2.0, please make sure to update your code to use bambu_comments rather than bambu.comments.

Installation

Install the package via Pip:

pip install bambu-comments

Add it to your INSTALLED_APPS list:

INSTALLED_APPS = (
    ...
    'bambu_comments'
)

Run manage.py syncdb or manage.py migrate to setup the database tables.

Todo

  • Prepare for internationalisation

  • Write more tests

Documentation

Full documentation can be found at ReadTheDocs.

Questions or suggestions?

Find me on Twitter (@iamsteadman) or visit my blog.

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

bambu-comments-2.0.tar.gz (8.0 kB view details)

Uploaded Source

File details

Details for the file bambu-comments-2.0.tar.gz.

File metadata

File hashes

Hashes for bambu-comments-2.0.tar.gz
Algorithm Hash digest
SHA256 5a73eee718a28c3291f4f5a3fe414f3d33192acaffccdd9f5b3c0ab0f71ec66c
MD5 ad8f90fd3578d2830129f96fd0bd5b9d
BLAKE2b-256 46d203c6c2236ba77f66bc2b559c0b40900b3e8ed588a8f7935a2f15b0b771dd

See more details on using hashes here.

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