Re: how do you display custom permissions on admin site?

2009-08-17 Thread sam lee
again. Sam. On Mon, Aug 17, 2009 at 3:47 AM, fabrix wrote: > > On Aug 16, 2:29 pm, sam lee wrote: >> I run syncdb and runserver > [...] >> But I don't see the myapp | test_perm listed under Permissions field. > > permissions are stored in db, syncdb doesn&#x

how do you display custom permissions on admin site?

2009-08-16 Thread sam lee
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