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