Monday, January 2, 2017

Showing user's data on page

I've created custom user model which has OneToOneField which relates to original auth User model. In my template, I have to access data from custom model, but I use user.is_authenticated() and original model doesn't have reference to custom model. I'm not sure if I'm checking login incorrectly or accessing data.


Code

--
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+unsubscribe@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/bd4099ac-a159-4918-905a-b3cbd8af9d59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment