Björn,

I'm working on a project very similar to this one (but have a long way to go
to reach it's maturity), but I do have a working feature that I believe
matches what you're looking for.  The project is at
https://bitbucket.org/graveyboat/gravey and the feature is called
RestrictedModel.  It acts just like a regular model, but the object is
automatically assigned to the user that created it, and the user is allowed
to grant access to any group he/she is in.  Also, any admin can change the
owner of the object.  It can be used by using
gravey.db.models.RestrictedModel and gravey.admin.RestrictedModelAdmin.  As
I mentioned before, the rest of the project has a long way to go, and I need
to get some documentation up, but hopefully this will help you along the
way.

David

2011/7/6 Björn Lindqvist <[email protected]>

> 2011/7/4 sax <[email protected]>:
> > Django iAdmin
> >
> > iAdmin is a replacement of standard django admin application.
>
> It is more of an extension of the standard django admin, rather than a
> replacement, isn't it? There are certain limitations in admin that are
> hard to work around such as different permission levels for different
> users. For example, if you want to limit a users access to the blog
> database to only articles the user has created, that's not possible to
> express in admin. I think if someone had the time, a completely
> rewritten and redesigned admin system would be a great project. But
> I'll definitely take a closer look at your project it looks very
> promising!
>
>
> --
> mvh/best regards, Björn Lindqvist
> http://www.footballexperts.net/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to