/django-cached-httpbl

Cached httpBL service support for Django 1.7+.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-cached-httpbl

django-cached-httpbl is a cached httpBL service support for Django 1.7+

Build status Latest PyPI version Number of PyPI downloads Download format License

Requirements

django>=1.7
django-appconf>=0.6
django-ipware>=1.1.3

Installation

Download and install django-cached-httpbl using one of the following methods:

PIP

You can install the latest stable package running this command:

$ pip install django-cached-httpbl

Also you can install the development version running this command:

$ pip install -e git+http://github.com/dlancer/django-cached-httpbl.git#egg=django-cached-httpbl

Setuptools

You can install the latest stable package running:

$ easy_install django-cached-httpbl

Usage

You may find detailed documentation in the "docs" directory.