Re: merge 2 views?

2010-12-29 Thread Thom van Ledden
ohh >_< i thought it was like, people using django to develop (aka django- developers) and users of django websites (django-users) But thanks for letting me know! il post it again on the other mailing list ;-) On 29 dec, 16:33, Russell Keith-Magee wrote: > On Wed, Dec 29, 2010 at 11:21 PM, Thom

Re: merge 2 views?

2010-12-29 Thread Russell Keith-Magee
On Wed, Dec 29, 2010 at 11:21 PM, Thom van Ledden wrote: > could anyone point me where i go wrong? (the main_page 's vars are the > ones i need, aside of title ofcourse) Well, the first place you went wrong was by posting to django-developers. This is a mailing list for discussing the development

merge 2 views?

2010-12-29 Thread Thom van Ledden
Hi django developers, Ive got a seperate navigation.html file which need to be rendered on each page, but the page need some vars for that. how can i get those vars to be defined just only once? my idea: the main_page should add the vars for the navigation, and the views of the content pages will

Re: Question pertaining to availability of ``request`` throughout different scopes

2010-12-29 Thread Luke Plant
On Wed, 2010-12-29 at 11:20 +0200, Shai Berger wrote: > On Wednesday 29 December 2010 05:24:06 Russell Keith-Magee wrote: > > > > As for "do we intend to solve this issue" -- you haven't been exactly > > clear as to what the issue *is* -- or rather, why it isn't already > > trivially solveable usi

Re: Question pertaining to availability of ``request`` throughout different scopes

2010-12-29 Thread Shai Berger
On Wednesday 29 December 2010 05:24:06 Russell Keith-Magee wrote: > > As for "do we intend to solve this issue" -- you haven't been exactly > clear as to what the issue *is* -- or rather, why it isn't already > trivially solveable using completely standard OO techniques. > The real issue, as I'v