Simple django app to allow/block IP addresses and ranges outside the Tas-IX network
Project description
# django-tasix
## What is Tas-IX?
Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.
## What is `django-tasix`?
Simple django app to detect ip adresses/ranges of coming HTTP requests in middleware layer.
# Requirements
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
* Django (1.9, 1.10)
# Installation
Install using `pip`...
pip install django-tasix
Add `'tasix'` to your `MIDDLEWARE_CLASSES` setting.
MIDDLEWARE_CLASSES = (
# other middleware classes
'tasix.middleware.TasixMiddleware',
)
## License
BSD
## What is Tas-IX?
Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.
## What is `django-tasix`?
Simple django app to detect ip adresses/ranges of coming HTTP requests in middleware layer.
# Requirements
* Python (2.7, 3.2, 3.3, 3.4, 3.5)
* Django (1.9, 1.10)
# Installation
Install using `pip`...
pip install django-tasix
Add `'tasix'` to your `MIDDLEWARE_CLASSES` setting.
MIDDLEWARE_CLASSES = (
# other middleware classes
'tasix.middleware.TasixMiddleware',
)
## License
BSD
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
django-tasix-0.1.0.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for django_tasix-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87437d1501daefb40a7004040aa081910b2e03cceeaa6cba34d291738d586b9b |
|
MD5 | c5953a357f8a1ba3ac3040a7af510bb5 |
|
BLAKE2b-256 | 4db610e3d94a202697cd8329bdf3159b4aa92ccc7ccba807145fa1f523602895 |