A middle to get the request from anywhere.
It is inspired on the: django-contrib-requestprovider-1.0.1
Usage
Add the following middleware to setings.py:
- MIDDLEWARE_CLASSES=(
… ‘request_provider.middleware.RequestProvider’, … )
And when you require the request, just do:
from request_provider.signals import get_request http_request = get_request()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-request-provider-1.0.2.tar.gz.
File metadata
- Download URL: django-request-provider-1.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec400f19b8faa979daea249866c0c207155566c9ee1cf5c80ab6bac49f9dff04
|
|
| MD5 |
eff54ab735a0c3a014a3e16ea5bb345a
|
|
| BLAKE2b-256 |
929040fbbe0aed548fb5268130bbd321e624bd01626f3f04a0776e98dea20a33
|