Try deleting the table for the model in whose Meta class you're defining the permission. I believe permissions are added only when the table for the model they're defined in is created.
On Oct 13, 5:08 am, elminio <wgruszczyn...@gmail.com> wrote: > hi, > > It didnt help :/ > > On Oct 9, 10:33 am, "Bogdan I. Bursuc" <bogdanbursu...@gmail.com> > wrote: > > > Try to delete the auth_permissions table the sync db > > see if it helps > > > On Fri, 2009-10-09 at 01:29 -0700,elminiowrote: > > > Up Up > > > > On Oct 8, 12:10 pm,elminio<wgruszczyn...@gmail.com> wrote: > > > > Hi, > > > > I've extended my model with new permission. > > > > > class Meta: > > > > permissions = ( > > > > ("total", "total"), > > > > ) > > > > > After that I mafe manage.py syncdb. But after that when I wanted to > > > > add user new privilage just created there wasn't it in admin panel > > > > where you can choose permissions add and remove from user. > > > > > thanks for help --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---