Re: get email address of the user in views

2016-03-22 Thread jorrit787
You should be able to use *request.user.email*, assuming you have the *django.contrib.auth* app installed and the user is logged in. On Tuesday, March 22, 2016 at 1:33:39 PM UTC+1, Vasu Dev Garg wrote: > > I want to get the email address of the user which i filter in views > function. How to ge

get email address of the user in views

2016-03-22 Thread Vasu Dev Garg
I want to get the email address of the user which i filter in views function. How to get it? -- 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+unsubs