Hi,

I have the following model;

class MyModel(models.Model):
    class Meta:
        permissions = (('test_perm', 'a test permission'),)

I run syncdb and runserver

Then I go to /admin/auth/user/1/

But I don't see the myapp | test_perm listed under Permissions field.
Do I need to do some extra step to make my custom permissions
available to admin site?
Or am I completely missing the point of custom permissions?

Thank you.
Sam.

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to