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.

Any ideas on that?


On Sep 10, 2:20 pm, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> unklbeemer wrote:
> > I am getting this error
>
> > Exception Type: NameError at /profiles/edit/
> > Exception Value: global name 'reverse' is not defined
>
> > Is this an error in my views.py file?
>
> > i have in my views
>
> > from django.http import HttpResponseRedirect
>
> > Sorry if this is a very simple answer...just a n00b
>
> Add this import to your views.py:
>
> from django.core.urlresolvers import reverse
>
> -Rajesh D
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to