Pant builds with django

2018-04-05 Thread Allan Nava
Is possible use pant builds with django? -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send e

Re: ManyToMany widget in admin - the "user - permission way.."

2017-11-28 Thread Allan Nava
Il giorno venerdì 27 febbraio 2009 15:14:13 UTC+1, Daniel Roseman ha scritto: > > On Feb 27, 1:21 pm, Anders wrote: > > Hi. > > > > In the users admin of Django admin there is a nice way of selecting > > permissions for each user by adding and removing permissions from a > > list of availa

Permission for specific object in AdminPanel

2017-11-28 Thread Allan Nava
I have this admin.py and models.py ``` from django.contrib import admin from bootcamp.groups_manager.models import Group, Member, GroupType, GroupEntity, GroupMember, GroupMemberRole from guardian.admin import GuardedModelAdmin class GroupAdmin(GuardedModelAdmin): pass #admin.site.register(

Django Group with specific permission

2017-11-17 Thread Allan Nava
Hi, I need to add a specific permission for users of group such as add new member, but only for the group users. I have installed the django-permission -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r