Re: django request path

2010-07-01 Thread Venkatraman S
On Thu, Jul 1, 2010 at 1:36 PM, todd wrote: > > I've been working through an issue with my django project. The issue > is I've got one project, which will retrieve data for users of > different clients. I need to know 'from where' a viewer is coming from > (request.path [my original solution]). I

django request path

2010-07-01 Thread todd
Hello all, I've been working through an issue with my django project. The issue is I've got one project, which will retrieve data for users of different clients. I need to know 'from where' a viewer is coming from (request.path [my original solution]). I've been looking at a number of different op