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
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
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(
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
4 matches
Mail list logo