On 06/22/2011 11:41 AM, Satyajit Sarangi wrote:
Now I get a database error

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


That looks like a migration/syncdb issue. Either you added a field to an already-synced model or you created a model and didnt' do a syncdb.

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