Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization system #9

Open
gabelula opened this issue Aug 21, 2014 · 2 comments
Open

Authorization system #9

gabelula opened this issue Aug 21, 2014 · 2 comments

Comments

@gabelula
Copy link
Member

We need a way to have projects per user. Right now all the users access to all the projects in the platform. We want to have group of users and projects per group.

@jazzido
Copy link
Contributor

jazzido commented Aug 21, 2014

Django does not include an object-level permission system. django-permission seems to be a good candidate for implementing the proposed functionality.

@ewokcillo
Copy link

Do you know https://django-guardian.readthedocs.org/en/v1.2/overview.html ?
El 21/08/2014 20:20, "Manuel Aristarán" notifications@github.com escribió:

Django does not include an object-level permission system.
django-permission https://github.com/lambdalisue/django-permission
seems to be a good candidate for implementing the propose functionality.


Reply to this email directly or view it on GitHub
#9 (comment).

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

No branches or pull requests

3 participants