Skip to main content

Django application to block referrall spam

Project description

Django Spam Referral Blocker

Information

https://travis-ci.org/avara1986/django-blockreferralspam.svg https://coveralls.io/repos/avara1986/django-blockreferralspam/badge.svg?branch=master&service=github

Django Spam Referral Blocker removes all Spam in your Google Analytics statics. You could find many tutorials to remove referral SPAM with .htaccess, apache, nginx.

https://cdn.checkfront.com/wp-content/uploads/2015/03/google-analytics-icon.png

If you deploy your website in Google App Engine, this App could help you.

http://www.appscale.com/wp-content/uploads/2013/10/google-app-engine-logo.png

Django Spam Referral Blocker use This blacklist

Installation

  • In your settings:

INSTALLED_APPS = (
    ...
    'blockreferralspam',
)

MIDDLEWARE_CLASSES = (
    ...
    'blockreferralspam.middleware.KillSpam',
)

Releases

0.0.1 (2015-07-13)

  • Initial version

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

django-blockreferralspam-0.0.1.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file django-blockreferralspam-0.0.1.tar.gz.

File metadata

File hashes

Hashes for django-blockreferralspam-0.0.1.tar.gz
Algorithm Hash digest
SHA256 04401851220a4e24af1cea5e618223880f2f6337b09757c99b9c2a917278ef7c
MD5 b7168bbbfbedf7e61202911f9b0d3da6
BLAKE2b-256 7abea2040d6fb01d6cc47a90bbcbbd6302aab7ec3617f1b038536c545d967f3a

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