First of all, this is my first post to this list and I am also
relatively new to GAE (playing with it and Django for a couple of
weeks).  I have also searched the GAE docs as well as this list's
discussions and haven't found any help with my question.  So here is
my question:

1)  I have a simple application that can be accessed by multiple users
2)  The users are combined into groups (overlapping is possible)
3)  Privileges (read/write/delete) are assigned to groups
4)  Groups are then assigned to view/edit data

I have started to build out this functionality by creating Users,
Groups, Privileges models and then setting up pseudo-foreign key
relationships to them.  (As you can see, I can from the relational
world).  Before I continue down this implementation path, I thought
I'd see if there was something already out there that did this or if
there is a better way.

Any advice or pointers to other resources would be greatly
appreciated.  Thanks.

pbr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to