Hey guys,

Looking for some guidance on the best way to approach a problem.

I have tags, and pages which display all the posts for a given tag.
All posts tagged with "foo" are listed at /tag/foo.

I want to give users a way to view all the posts for sets of tags, so
all posts tagged with "foo" and "bar" would be at /tag/foo+bar.

1. Is there a better URL? slashes instead of +? Does it matter?
2. How do I set it up so the view works with one or any arbitrary
number of tags?
3. Is this problem already solved and I'm making it to complicated?

Pointers toward to tutorials or documentation would be great. (Don't
mind reading the instructions.)



Thanks,
-- 
Austin Govella
Thinking & Making: IA, UX, and IxD
http://thinkingandmaking.com
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to