Metadata-Version: 1.1
Name: django-ipapi
Version: 0.0.1b1
Summary: Django IP-API.com wrapper
Home-page: https://bitbucket.org/sizeof/django-ipapi
Author: Mariusz Smenżyk
Author-email: mariusz.smenzyk@sizeof.pl
License: BSD
Description: About
        =====
        
        django-ip-com is a django app for http://ip-api.com/
        
        WARNING: This is BETA app! See LICENSE.
        
        Usage
        =====
        
        - Install: pip install django-ipapi    
        - Add 'ipapi' to INSTALLED_APPS
        - Add 'ipapi.middleware.CheckCountryCodeMiddleware' to MIDDLEWARE_CLASSES
        - Set IPAPI_ALLOWED_COUNTRIES = ['your iso-country-code',]     
        - Test on localhost: http://localhost:8000/pl/?__ipapi__=208.80.152.201
Keywords: django ip blocking api ip-api.com
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
