On Sep 11, 8:22 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > unklbeemer wrote: > > Thanks! That helped with that error...but now i get a new one lol > > > Exception Type: NoReverseMatch at /profiles/edit/ > > Exception Value: Reverse for 'profile_public' with arguments > > '(u'username',)' and keyword arguments '{}' not found. > > That means that you don't have a named url pattern in your urls.py > called 'profile_public' but your view seems to be referencing it. > Alternatively, you do have such a url pattern but it takes a different > set of arguments than the one you are giving it when you call > 'reverse'. > > You should go over the URL dispatcher docs > here:http://docs.djangoproject.com/en/dev/topics/http/urls/ > > In particular, look at named URL patterns and the reverse function's > sub-topics there. > > Also, it helps if you bottom post your responses -- it's easier for > people to see what you are responding to as compared to when you top > post. > > Cheers, > -Rajesh D
Thanks! I'll take a look at that. (Notice how this was on the bottom :-] ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---