>
> 1) If I simply call the view function obtained from resolve(), it will be
> executed without middleware. I still want all the usual middleware
> processing to occur though.
>
Undocumented, unsupported, but this might work:
from myproject import wsgi
response = wsgi.application.get_response(r
> Den 17/10/2014 kl. 06.02 skrev jus...@fanout.io:
>
> I am writing a middleware class that needs to be able to make HTTP requests
> to the application as part of it's processing. I'd like to be able to do this
> internal to the Django app if possible, rather than having to make external
> requ
Hey list,
I am writing a middleware class that needs to be able to make HTTP requests
to the application as part of it's processing. I'd like to be able to do
this internal to the Django app if possible, rather than having to make
external requests to the webserver hosting the Django app.
I've
3 matches
Mail list logo