Skip to main content

access django request object whenever you need it

Project description

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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-request-provider-1.0.2.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file django-request-provider-1.0.2.tar.gz.

File metadata

File hashes

Hashes for django-request-provider-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ec400f19b8faa979daea249866c0c207155566c9ee1cf5c80ab6bac49f9dff04
MD5 eff54ab735a0c3a014a3e16ea5bb345a
BLAKE2b-256 929040fbbe0aed548fb5268130bbd321e624bd01626f3f04a0776e98dea20a33

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page