Per request internal variables

7 views
Skip to first unread message

PoBK

unread,
Jul 6, 2007, 12:05:45 PM7/6/07
to Django developers
I've got a case for passing an object between various components
within my framework.

The basic concept is similar to the way Mod_Python does things, where
I can add an attribute to the request instance and that attribute will
persist accross the current request only irrespective of which handler
is currently operating on the request.

I could hack this into the GET or POST attributes of request, but that
would expose internal objects beyond the scope of application.

Does anyone know of any method of passing variables around per request
in a loosely coupled Djangonic way?

--
Richard

PoBK

unread,
Jul 6, 2007, 12:08:25 PM7/6/07
to Django developers
On Jul 6, 6:05 pm, PoBK <pob...@gmail.com> wrote:

Ah crap... Wrong list. Sorry folks.

Reply all
Reply to author
Forward
0 new messages