reading RSS feeds

2006-10-15 Thread code enquest
I need to do the following with Django. I need to read diffrent RSS or Atom feeds And print the latest on a page according date. How would I do this with Django? What would be the best practice to achieve this? Enquest --~--~-~--~~~---~--~~ You received this me

Re: print_r

2006-10-14 Thread code enquest
Steven Armstrong schreef: > On 10/14/06 19:46, code enquest wrote: > >> in PhP i used to print_r(array) to see what if got in my array that I >> want to bring on the screen. Smarty even had a popup screen to show this. >> >> How can I see in Django what I got i

print_r

2006-10-14 Thread code enquest
in PhP i used to print_r(array) to see what if got in my array that I want to bring on the screen. Smarty even had a popup screen to show this. How can I see in Django what I got in the view? So that working in the template goes a tat faster? What is the print_r($array) in the template or Django

print_r

2006-10-14 Thread code enquest
in PhP i used to print_r(array) to see what if got in my array that I want to bring on the screen. Smarty even had a popup screen to show this. How can I see in Django what I got in the view? So that working in the template goes a tat faster? What is the print_r($array) in the template or Djan