Re: Application parameters

2007-02-15 Thread Frank Tegtmeyer
Malcolm Tredinnick <[EMAIL PROTECTED]> writes: > You can pass whatever extra arguments you like to views as the optional > third argument in the urlpatterns tuples Ahh thanks. That was the missing piece in the puzzle. Regards, Frank --~--~-~--~~~---~--~~ You rec

Re: Application parameters (was: template loading and pluggable apps)

2007-02-14 Thread Malcolm Tredinnick
On Wed, 2007-02-14 at 17:00 +0100, Frank Tegtmeyer wrote: > "James Bennett" <[EMAIL PROTECTED]> writes: > > > you had two apps named "payment", it wouldn't just affect templates -- > > Right. Thanks for all the answers. > > My next question is about parameters for applications: how does one do

Application parameters (was: template loading and pluggable apps)

2007-02-14 Thread Frank Tegtmeyer
"James Bennett" <[EMAIL PROTECTED]> writes: > you had two apps named "payment", it wouldn't just affect templates -- Right. Thanks for all the answers. My next question is about parameters for applications: how does one do that in Django? Say I want to have two different photo galleries, both