Hi All, I'd like to get an opinion from the django community on this one. Let's say I'm considering using a django app to be used by several counterpart organizations who cover different geographic regions. The sites could share content from the app, such as news, but they would each have separate and distinct staffs who may or may not cooperate on other matters.
I could: 1 - use a single django app (and admin) and let Org A's staff edit all content, including that of Org B 2 - use a single app/admin but extend users and content so that Org A staff could only access/view/edit their own content 3 - build separate django apps that talk to the same database and use different SITE IDs to tag submitted content 4 - have completely separate apps/sites that use some sort of XML pull/ feed to grab data from the other site (this seems to defeat the whole purpose of Django) Have any of you ever done this sort of thing? I'm leaning towards option B, but that seems to limit the ability for an admin user to view/edit user accounts, since to give them access to manipulating users would give them the ability to alter users from other orgs, which may not be supported by a high enough level of trust among the participating org's. Thanks in advance. I appreciate your thoughts. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.