Usage questions belong on the django-users list, not here - this list is for
discussion of the development of django itself :)
--
Collin Grady
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" gr
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 wi