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', )
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-blockreferralspam-0.0.1.tar.gz (6.2 kB) Copy SHA256 hash SHA256 | Source | None | Jul 16, 2015 |