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