Django application to block referrall spam
Project description
Django Spam Referral Blocker
Information
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.
If you deploy your website in Google App Engine, this App could help you.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-blockreferralspam-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04401851220a4e24af1cea5e618223880f2f6337b09757c99b9c2a917278ef7c |
|
MD5 | b7168bbbfbedf7e61202911f9b0d3da6 |
|
BLAKE2b-256 | 7abea2040d6fb01d6cc47a90bbcbbd6302aab7ec3617f1b038536c545d967f3a |