django-restrictip 1.0.0
An ip blocker by regexp and ip range for Django apps.
django-restrictip
=============
An ip blocker by regexp and ip range for Django apps.
Usage
=====
1. Place 'restrictip' in the INSTALLED_APPS tuple of your settings.py file like so:
INSTALLED_APPS = (
...
'restrictip',
...
)
2. Place 'restrictip.middleware.RescrictIpMiddleware' in the MIDDLEWARE_CLASSES
tuple of your settings.py file like so:
MIDDLEWARE_CLASSES = (
...
'restrictip.middleware.RescrictIpMiddleware',
...
)
3. Create tables:
$ python manage.py syncdb
4. Edit rules in the Django admin
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-restrictip-1.0.0.tar.gz (md5) | Source | 2011-08-05 | 3KB | 237 | |
- Author: Petr Timofeev
- Home Page: http://github.com/pitcons/django-restrictip
- License: GPL v3
- Categories
- Package Index Owner: pitcons
- DOAP record: django-restrictip-1.0.0.xml
