On Fri, Apr 3, 2009 at 8:56 PM, TheIvIaxx <theivi...@gmail.com> wrote:
> > I have an object that will be viewed, edited, or added. I would like > to give a url for edit/add but default to view if nothing is given. > For example: > > http://www.example.com/page/edit --> Goes to edit page template > http://www.example.com/page/ -- Goes to view template > > however if i put an argument at the end of the regex, then django > expects it and won't accept a null: > > (r'^folder/(?P<obj_id>\d+)/$', 'content.views.page'), > (r'^folder/(?P<obj_id>\d+)/(?P<method>\w+)$', 'content.views.page'), > > If i leave of the <method> arg, then it won't match when this is > present. Are you supposed to have a url line for every single thing > you want to do to an object? > > > That's how I do it, since I have separate view functions for each one of these actions. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." --Voltaire "The people's good is the highest law."--Cicero --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---