Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Create full sample project #21

Open
luzfcb opened this issue May 26, 2014 · 3 comments
Open

Create full sample project #21

luzfcb opened this issue May 26, 2014 · 3 comments

Comments

@luzfcb
Copy link

luzfcb commented May 26, 2014

Hello, if you could create a sample project would be great.
The documentation seems a bit confusing to me, working example code can be more explicit and easier to understand

Thanks.

@lambdalisue
Copy link
Contributor

Hi, yes django-permission does not have enough documentation yet. This is a problem but currently I don't really take time to create the document.

However, my group is currently making a web system using django-permission (and django-inspectional-registration). The comments are written in Japanese but you can check it out at Kawaz 3rd Impact

For example, permission logics are applied to a model here and a special permission logic is defined here or we implement Role based permission system via django-permission by using custom django user model and a role permission logic

The project above have not been refactered yet thus the code might be redundant or problematic but I guess you can get an image :-)

@lambdalisue
Copy link
Contributor

I add some links of real usages to #26

@Allan-Nava
Copy link

Allan-Nava commented Nov 17, 2017

I use this library https:/vittoriozamboni/django-groups-manager to handle the groups and user.
But when I try to add the permission "can add member", it is possible to add member into all groups.

I need to have a specific permission for a specific group.

For example:
I'm into a group and I can add member only for my group if I have the permission to add new users.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants