> /products/?action=add > /products/?action=print > /products/?action=rss > /products/myproduct/?action=rss > /products/myproduct/?action=print > Those are examples of ugly (not clean anymore) urls.
In such a case, you would need to have a wrapper view in Django, which would return the results of specific views depending on the passed "action" parameter. That's not a nice way as you can't use the default urls.py for defining the views like "add_product", "export_pdf", etc. there in the default Django way. Aidas --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---