In the app I am building for data analysis, I want all logged in users to 
be able to access all parts of the system, but only to have access to the 
datafiles they hae uploaded themselves.  Can I use django.contrib.auth to 
filter the full list of datafiles according to the user object?  
If so, how do I go about this? I'm thinking of attaching a user_id field to 
the file when it is uploaded, and then filtering against that wen a logged 
in user goes to the list of files, but I'm not sure how I would implement 
this.
Any help greatly appreciated. 
Cheers, N/

-- 
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 http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to