django-request-provider

Software Screenshot:
django-request-provider
Software Details:
Version: 1.0.0
Upload Date: 20 Feb 15
Developer: Tomas Zulberti
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

django-request-provider is a Django app 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()

Requirements:

  • Python
  • Django

Other Software of Developer Tomas Zulberti

pywebuml
pywebuml

11 May 15

Comments to django-request-provider

Comments not found
Add Comment
Turn on images!