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