Re: Beginner Django Person in Need of Help

2011-01-06 Thread Lachlan Musicman
On Fri, Jan 7, 2011 at 09:13, Fel wrote: > I'm a beginner Django person and I've written my first app...It's a > products App that has 4 attributes: Name, Slug URL, Description and > Image. > > I built my model, I have an ADMIN for it so I can add products via > the /admin and now I want to create

Beginner Django Person in Need of Help

2011-01-06 Thread Fel
Hi All I'm a beginner Django person and I've written my first app...It's a products App that has 4 attributes: Name, Slug URL, Description and Image. I built my model, I have an ADMIN for it so I can add products via the /admin and now I want to create a view that shows all the products and when