Yes! That worked. Woho!! Thank you Malcolm and Martin! The next step is getting the detail view of each project to work. Do I need to write a new view for that, or can I use django generic view?
My urls looks like this now: mydomain.com/portfolio = list all my projects mydomain.com/portfolio/category_slug = list all projects inside the given category Now I want a url like this: mydomain.com/portfolio/category_slug/project_slug --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

