django-request-provider 1.0.0

django-request-provider is a Django app to get the request from anywhere.It is inspired on the: django-contrib-requestprovider-1.0.1UsageAdd the following middleware to setings.py: MIDDLEWARE_CLASSES=( ......