I have 

class qry485Missing(Tracking):
    class Meta:
        proxy = True
        permissions = (
            ("qry485Missing_display", "May display information"),
            ("qry485Missing_edit", "May edit information"),
        )
        verbose_name = "485 Missing"
        verbose_name_plural = "485 Missing"


This does not show up in admin to allow users access.

I have to grant superuser status to see it.


Thanks

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2fdf73eb-e1ce-49c4-8d57-2d9dcaaf3281%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to