I've replaced the use of ForeignKey as mentioned above for 
models.ForeignKey(settings.AUTH_USER_MODEL).

But I still get the following syncdb errors.
***************************************************************************************************************************
CommandError: One or more models did not validate:
admin.logentry: 'user' has a relation with model books.user, which has 
either not been installed or is abstract.

auth.user: Model has been swapped out for 'books.user' which has not been 
installed or is abstract.

registration.registrationprofile: 'user' has a relation with model 
books.user, 
which has either not been installed or is abstract.
***************************************************************************************************************************

Any advice appreciated.


>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f50f34ba-69e7-4670-92ea-31b7910a34e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to