Grasping at straws here, but I've been running lots of comparison sql
statements looking for any disparities or oddities, things like:
Select user_id from auth_user_groups where user_id not in (select id
from auth_user)
and I notice that user 1 (admin, superuser, me) isn't in
auth_user_groups. That's normal, right?

This is just killing me... I can't figure out why the admin is flaking
on auth. I've noticed it freaks out on auth_users and auth_user_groups,
but nothing else, not even gp_users, which extends auth_users.


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