The Django Book - http://www.djangobook.com/en/2.0/chapter06/#s-users-groups-and-permissions - implies that each class (aka "database table") registered for access via the admin interface, will also be made available to the permissions list so that permissions for it can be assigned to groups and/or users:
"Each object editable through the admin interface (e.g., books, authors, publishers) has three permissions: a create permission, an edit permission and a delete permission. Assigning permissions to a user grants the user access to do what is described by those permissions." However none of the tables from my application show up in the "available permissions" list, so there is obviously a setting I have not, well, set. I'd appreciate it if someone could tell me what that is. Thanks Derek -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

