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 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. Thanks :) -- 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.

