Is this really only available to a view? All I want is to know is the auth
user id currently logged in so I can save it into another model, has to be
in the model so it is part of the admin save method


MikeKJ wrote:
> 
> I need to get the auth user id in a save method on a model so
> 
> from django.contrib.auth.models import User
> user_id = request.user.id
> 
> 
> the error comes back as 
> 
> name 'request' is not defined
> 
> Cheers
> 

-- 
View this message in context: 
http://old.nabble.com/where-is-%27request%27-as-in-from-x-import-y-tp31706142p31706197.html
Sent from the django-users mailing list archive at Nabble.com.

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