Restful API? Att, Victor Lima
Em 27/12/2009, às 18:58, Amit Sethi <[email protected]> escreveu: > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected] > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en > . -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

