Hi,

I'm trying to list latest comments using the comments contrib in my
django app, I would like to list both comments from users who are
staff ('is_staff' in the auth_user table), and comments from users who
are NOT staff members.

My question is, how do I create 2 lists, 1 with the comments from
staff, and the other list with comments from non staff users.

I have looked at using the comment_utils add on, but this doesn't look
like it gives me the functionality I need.

Both the comments model and user model are the contrib models, hence
why I haven't included any source code.
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to