django_ip_authn 0.2.2

django_ip_authn is a Django app that provides IP number based authentication for Django.To install add the middleware to MIDDLEWARE_CLASSES:'django_ip_authn.authentication.Middleware',You also need to add the authentication backend to...