Re: Generating Javascript w Django

2007-01-11 Thread John Morton
On Friday 12 January 2007 16:04, cwurld wrote: > Hi, > > Does this make sense? I wanted some code to cycle thru some banner ads. > I could have done it with dojo doing a callback to my view, have my > view send the image path and the corresponding url, but that seemed > like a lot of

Generating Javascript w Django

2007-01-11 Thread cwurld
Hi, Does this make sense? I wanted some code to cycle thru some banner ads. I could have done it with dojo doing a callback to my view, have my view send the image path and the corresponding url, but that seemed like a lot of activity for such a simple process. Instead, I generated the