Now I get a database error

relation "registration_userprofile" does not exist
LINE 1: ..."."id", "registration_userprofile"."user_id" FROM "registrat...



On Wed, Jun 22, 2011 at 8:58 PM, Shawn Milochik <sh...@milochik.com> wrote:

> 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+unsubscribe@**
> googlegroups.com <django-users%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at http://groups.google.com/**
> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
> .
>
>


-- 
*Satyajit Sarangi*

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