Hi ,I have a project that is in general written to work with wsgi server
except i wish to alter some of the environ variables provided to the app. So
I have a function:

def __call__(self, environ, start_response):   In this I want to change some
part of environ ....

So my application looks something like this


apache server --->> django to do url handling and changing environ  --->>
the actual app

This is my initial brainstorm . I really don't understand if it is possible
to do this . How do I create the same kind of interface like apache or any
other server i.e environ and start_response to be sent to the app???

-- 
A-M-I-T S|S

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to