On Fri, Jan 7, 2011 at 09:13, Fel <[email protected]> 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 a view that shows all the products > and when I click on one I want to see more of (has it's own url > generated /products/PRODUCT_NAME) I want to only access that product > on that page....(Did that sentence make sense?) > > I'm running the latest version of django and python 2.6 on windows 7 > and i am also using WAMP server.
You haven't described your problem? You have explained what you want to see, but not what you are seeing? cheers L. -- "... imagine a puddle waking up one morning and thinking, 'This is an interesting world I find myself in - an interesting hole I find myself in - fits me rather neatly, doesn't it? In fact it fits me staggeringly well, must have been made to have me in it!' This is such a powerful idea that as the sun rises in the sky and the air heats up and as, gradually, the puddle gets smaller and smaller, it's still frantically hanging on to the notion that everything's going to be alright, because this world was meant to have him in it, was built to have him in it; so the moment he disappears catches him rather by surprise." Douglas Adams -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

