On 06/22/2011 11:25 AM, Satyajit Sarangi wrote:
Traceback:
60. url(r'^profile/$',UserProfile,name='UserProfile'),

Exception Type: NameError at /accounts/profile/
Exception Value: name 'UserProfile' is not defined


It appears that you have a view named UserProfile in your views.py but it's not imported into urls.py, so you get the 'is not defined' message.

--
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.

Reply via email to