I need a little advice on how to approach a problem. On our new website, we will create "parent accounts" for customers, and then let them create new logins for employees and contractors that they can customize in a bunch of different ways. However, company "Foo" should not be able to see any of company "Bar"'s subaccounts or be able to manipulate them in any way. The problem is then that I want some users to be able to create new accounts, but only see or edit accounts that they themselves have created.
If I were designing the whole site from bare metal with mod_python or PHP then I could imagine how I might do this, but I'd much rather work *with* Django than *against* it. So, is there a Django-ish approach that anyone would recommend? -- Kirk Strauser --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

